myChart.setOption({
tooltip: {
trigger: ‘axis’
},
grid: {
x: 20,
y: 20,
x2: 20,
y2: 50 //距离下边的距离
},
toolbox: {
}
相关文章
- 03-04修改echarts上下左右边离
2024-03-04 17:19:29
myChart.setOption({
tooltip: {
trigger: ‘axis’
},
grid: {
x: 20,
y: 20,
x2: 20,
y2: 50 //距离下边的距离
},
toolbox: {
}
下一篇:useEffect的使用