I am planning on using chartjs for creating a line chart with the time in minutes when the scale gets too big. The chart should plot the amount of responses in that time frame (so for the label 1 min the initial value plotted will be 1, incrementing by 1 every time the system receives a response until that minute is up when the graph should add a new label for minute 2 and start incrementing the point there.
My question is how can I edit an existing datapoint? I understand there are functions for adding, and removing data and labels, but I can't seem to find anything in the API.
Thanks
I am planning on using chartjs for creating a line chart with the time in minutes when the scale gets too big. The chart should plot the amount of responses in that time frame (so for the label 1 min the initial value plotted will be 1, incrementing by 1 every time the system receives a response until that minute is up when the graph should add a new label for minute 2 and start incrementing the point there.
My question is how can I edit an existing datapoint? I understand there are functions for adding, and removing data and labels, but I can't seem to find anything in the API.
Thanks