与 xAxis和 yAxis是同一级目录下的
// 鼠标滑动
dataZoom: [
{
show: true, //是否显示 组件。如果设置为 false,不会显示,但是 数据过滤的功能还存在。
start: 0, // 数据窗口范围的起始百分比,表示0%
end: 100, //数据窗口范围的结束百分比,表示100%
type: "slider", //slider表示有滑动块的,inside表示内置的
textStyle: {
color: this.secColor,
},
},
],