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

#28885

Ok, now I’m going somewhere. Thanks a lot Manoj.
I did have to replace the line “chart.data.push(data[i]);” with this “chart.options.data.push(data[i]);” and I got exactly what I was looking for. Thanks again