图表中常用滑动条
dataZoom: [
{
show: true,
height: 20,
xAxisIndex: [0],
bottom: 30,
start: 0,
end: 5,
handleIcon:
"path://M306.1,413c0,2.2-1.8,4-4,4h-59.8c-2.2,0-4-1.8-4-4V200.8c0-2.2,1.8-4,4-4h59.8c2.2,0,4,1.8,4,4V413z",
handleSize: "110%",
handleStyle: {
color: "#d3dee5",
},
textStyle: {
color: "#000",
},
backgroundColor: "#e6f1f8",
borderColor: "#fff",
},
{
type: "inside",
show: true,
height: 15,
start: 1,
end: 35,
},
],