matoos32 / jfreechart-builder

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

XYShapeAnnotation solution for Gapless Charts #69

Open matoos32 opened 1 year ago

matoos32 commented 1 year ago

Follow-on to enhancement https://github.com/matoos32/jfreechart-builder/issues/49#issuecomment-1325279476 to implement a solution for NumberAxis ("gapless") chart XYShapeAnnotation support. Effictively, how to map disparate implementations' time-based x-coordinate to numeric indices.

Could be for specific Shape implementations on a case-by-case basis.

On hold until there's actual demand for it.