I am using chartjs for making a small project. I am getting some confusion and hard luck in editing the points.
Is there any function in this library I can bind an onclick
event to which will show me a pop up and I can remove the point?
Here is the summary what I want:
- Click on the point and a popup appear
- After clicking on the remove button it removed the point and redraw the point. Right now i am only using simple line chart this is my jsFiddle
I am using chartjs 2.6