feat: echarts公共图例新增详细配置信息

This commit is contained in:
tanhao
2023-05-25 11:52:10 +08:00
parent 8867a489a2
commit f9adeac742
4 changed files with 123 additions and 5 deletions
+11 -1
View File
@@ -86,8 +86,18 @@
},
"legend": {
"show": true,
"top": "5%",
"type": "scroll",
"x": "center",
"y": "top",
"icon": "circle",
"orient": "horizontal",
"textStyle": {
"color": "#B9B8CE",
"fontSize": 18
},
"itemHeight": 15,
"itemWidth": 15,
"pageTextStyle": {
"color": "#B9B8CE"
}
},