Currently using chartjs for a small project and facing some challenges with editing data points.
Is there a built-in function in this library that allows me to bind an onclick
event for displaying a pop-up and removing the point?
This is what I am looking to achieve:
- Click on a data point, see a popup
- Remove the data point by clicking on a remove button, then redraw the updated chart. Currently working with a simple line chart available in my jsFiddle example
The version of chartjs being used is 2.6