Highchart, get total of visible series data after setExtremes
问题 How can I get the total of only those data points in series which are visible after I have updated the highchart line graph using setExtremes. In my jsfiddle clicking on button show get the result 4 but it's stays 5 :( http://jsfiddle.net/deepakgc/hz8fopan/ $(function () { $('#container').highcharts({ chart:{ events:{ load:function(){ $('#total').text(arraySum(this.series[0].processedYData)); } } }, xAxis: { type: 'datetime' }, series: [{ data: [1, 1, 1, 1, 1], pointStart: Date.UTC(2010, 0, 1