Home Forums Chart Support chart.options.data.push() error Reply To: chart.options.data.push() error

#28839

I’ve tried to recreate my situation here jsfiddle
I am getting my series from ajax and database but here my dataseries in the ajax file were filled manually to represent what it’s returning. And what it is returning is 5 sets of multiple series (here, each set has 5 data series, but it can be more or less). I want to create a chart that will display one set of data series at a time depending on what the user selects in a select tag. Thank you so much for your help