I have the following challenge: Perform an area chart where the customer can drag areas of the chart (click and drag) and then save this "new view" after moving the areas .
The first idea that came to mind was to perform the displacement via Javascript by modifying the axis of the graph from the click events, but would feel a certain difficulty in storing this information back into the database.
After thinking a little about it, I decided to start from the principle of not reinventing the wheel, so I went looking for libraries that already do this, but it's not that simple to find.
So the question is: Do you know of any component / resource that satisfies this need? Preferably in web environment, but being local is also welcome!