Home Forums Chart Support Updating a chart from local CSV file Reply To: Updating a chart from local CSV file

#20421

jwk

OK I fixed it. See the above jsfiddle page. All I did was modify the updateChart function with some lines that removed the previous dataPoints using a dataPoints.shift statement.

Once I have this webpage fully functional, I will update this forum with the URL so you can see it in action in the “real world”.