mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: echarts公共图例新增详细配置信息
This commit is contained in:
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user