matoos32 / jfreechart-builder

A builder pattern module for working with the jfreechart library.
Other
11 stars 2 forks source link

Multi-plot crosshair synchronization #74

Closed matoos32 closed 1 year ago

matoos32 commented 1 year ago

Add crosshair synchronization for multi-plot charts so clicking on one plot will move the crosshair to the same shared coordinate (eg: time axis) on all the other plots.

This will prevent the need for developers to develop their own custom solution each time they want this.