feat: 柱状图折线图添加网格配置

This commit is contained in:
蒋承
2022-10-14 16:46:41 +08:00
parent d835a904c9
commit 2a6e5915f5
8 changed files with 92 additions and 20 deletions
@@ -88,5 +88,12 @@
"textStyle": {
"color": "#B9B8CE"
}
},
"grid": {
"show": false,
"left": "10%",
"top": "60",
"right": "10%",
"bottom": "60"
}
}