I am trying to reload the data for a Highcharts chart via JSON based on a button click elsewhere in the page. Initially I would like to display a default set of data (spendi
data = [150,300]; // data from ajax or any other way chart.series[0].setData(data, true);
The setData will call redraw method.
setData
Reference: http://api.highcharts.com/highcharts/Series.setData