设置x轴滑动
参考:https://blog.csdn.net/m0_38082271/article/details/125184897 官网示例:https://echarts.apache.org/examples/zh/editor.html?c=mix-zoom-on-value
dataZoom: [{
type: 'slider',
show: true,
xAxisIndex: [0],
left: '9%',
bottom: -5,
start: 10,
end: 90 //初始化滚动条
}],
echarts 常见问题(增加滚动条、X 轴文本数据太长、字体颜色、标签对齐方式、循环颜色、图表位置)
饼图
扇形图控制文字说明方向
legend: {
// 改成top的百分比,越大越往下移动
top: '5%',
left: 'center'
},