How to have chart like https://www.amcharts.com/demos/line-chart-with-scroll-and-zoom/
I am specifically interested in these functionalities
- To be able to select window of domain axis with those 2 selection controlls.
- To be able to zoom by selecting portion of domain axis.
- To be able to zoom out and see the bigger picture.
- To be able to map to range axis (Y) and see the value on that balloon like tool tip at any point (without Marker)
I made initial attempt here Scrollable JFree domain axis and custom marker label with help of trashgod I made domain scrollable.
I am still missing these functionality to be able to use graph effectively.