我的图表中有近10个系列。
1)如何找到所有系列的最小点?
2)如何将其设置为我的图表的起点,如红线?
xAxis: {
gridLineWidth:'1',
gridLineDashStyle:'shortDot',
tickInterval:1
},
yAxis: {
gridLineDashStyle:'shortDot',
},
tooltip: {
shared: true,
crosshairs:[{
width:1,
color: 'black'
}]
},
credits: {
enabled: false
},
plotOptions: {
area: {
fillOpacity: 0.3,
pointStart:1,
}
}
答案 0 :(得分:0)
1)你可以在每个系列上使用循环/并指向并返回正确的值。