fix(plotly): 修复多智能体辩论页面仪表盘 gauge bar 非法参数 width 为 thickness
This commit is contained in:
@@ -474,7 +474,7 @@ if res is not None:
|
|||||||
number={"font": {"color": "#FFFFFF", "size": 48}},
|
number={"font": {"color": "#FFFFFF", "size": 48}},
|
||||||
gauge={
|
gauge={
|
||||||
"axis": {"range": [0, 100], "tickcolor": "#94A3B8"},
|
"axis": {"range": [0, 100], "tickcolor": "#94A3B8"},
|
||||||
"bar": {"color": "#e94560", "width": 0.3},
|
"bar": {"color": "#e94560", "thickness": 0.3},
|
||||||
"bgcolor": "rgba(0,0,0,0)",
|
"bgcolor": "rgba(0,0,0,0)",
|
||||||
"bordercolor": "rgba(255,255,255,0.1)",
|
"bordercolor": "rgba(255,255,255,0.1)",
|
||||||
"steps": [
|
"steps": [
|
||||||
|
|||||||
@@ -474,7 +474,7 @@ if res is not None:
|
|||||||
number={"font": {"color": "#FFFFFF", "size": 48}},
|
number={"font": {"color": "#FFFFFF", "size": 48}},
|
||||||
gauge={
|
gauge={
|
||||||
"axis": {"range": [0, 100], "tickcolor": "#94A3B8"},
|
"axis": {"range": [0, 100], "tickcolor": "#94A3B8"},
|
||||||
"bar": {"color": "#e94560", "width": 0.3},
|
"bar": {"color": "#e94560", "thickness": 0.3},
|
||||||
"bgcolor": "rgba(0,0,0,0)",
|
"bgcolor": "rgba(0,0,0,0)",
|
||||||
"bordercolor": "rgba(255,255,255,0.1)",
|
"bordercolor": "rgba(255,255,255,0.1)",
|
||||||
"steps": [
|
"steps": [
|
||||||
|
|||||||
@@ -474,7 +474,7 @@ if res is not None:
|
|||||||
number={"font": {"color": "#FFFFFF", "size": 48}},
|
number={"font": {"color": "#FFFFFF", "size": 48}},
|
||||||
gauge={
|
gauge={
|
||||||
"axis": {"range": [0, 100], "tickcolor": "#94A3B8"},
|
"axis": {"range": [0, 100], "tickcolor": "#94A3B8"},
|
||||||
"bar": {"color": "#e94560", "width": 0.3},
|
"bar": {"color": "#e94560", "thickness": 0.3},
|
||||||
"bgcolor": "rgba(0,0,0,0)",
|
"bgcolor": "rgba(0,0,0,0)",
|
||||||
"bordercolor": "rgba(255,255,255,0.1)",
|
"bordercolor": "rgba(255,255,255,0.1)",
|
||||||
"steps": [
|
"steps": [
|
||||||
|
|||||||
Reference in New Issue
Block a user