draggable-points
draggable-points copied to clipboard
Drag all points in unison?
Can I drag all points in a line chart in unison? If not, could you point me to where something like this would be implemented and I could potentially create a PR?
My first thought is that you would need to combine it with point selection, so the user would first select points, then grab one of them to drag, and the others would follow.
So to drag all points in the chart you could first create a button to select all points, then invite the user to drag.
+1