matoos32 / jfreechart-builder

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

Plots with time gaps render first and last data off the drawing area #32

Closed matoos32 closed 1 year ago

matoos32 commented 3 years ago

See https://github.com/matoos32/jfreechart-builder/blob/v1.5.4/screenshots/stock-chart-time-series-weekend-gaps.png

matoos32 commented 1 year ago

It looks like this can for now be resolved by the user by resetting the domain axis (time axis) range:

Method 1:

Method 2:

But on some charts, at least in the demo app, the axes ranges are reset and other data can go off the chart.

Needs investigating.