highcharts获得图表的所有最小点

时间:2014-04-21 14:54:50

标签: javascript jquery highcharts

我的图表中有近10个系列。

1)如何找到所有系列的最小点?

2)如何将其设置为我的图表的起点,如红线?

Here is my fiddle

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,
    }                
}

1 个答案:

答案 0 :(得分:0)

1)你可以在每个系列上使用循环/并指向并返回正确的值。