perf: 去除grid多余配置,添加散点图、热力图的grid

This commit is contained in:
奔跑的面条
2022-10-15 16:51:16 +08:00
parent 4add9ce4c6
commit 59cb5d609d
10 changed files with 21 additions and 81 deletions
@@ -28,16 +28,6 @@ export const option = {
type: 'shadow'
}
},
legend: {
show: true
},
grid: {
show: false,
left: '10%',
top: '60',
right: '10%',
bottom: '60'
},
xAxis: {
show: true,
type: 'value'