Home Forums Chart Support multiple data-points sources Reply To: multiple data-points sources

#4916

You can do something like

chart.options.data[0].dataPoints = dataPoints1; //assign dataPoints2 to switch to another one.