matoos32 / jfreechart-builder

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

Partial implementation of XYDataImageBuilder for DateAxis (with time gaps) only #76

Closed matoos32 closed 1 year ago

matoos32 commented 1 year ago

Implements enhancement #45 but only for DateAxis (with time gaps).

See https://github.com/matoos32/jfreechart-builder/issues/45#issuecomment-1326649874 for discussion.

matoos32 commented 1 year ago

All review findings addressed.

Tested with Java 8 and 11 on Ubuntu 20.04.5 LTS. Given open issue https://github.com/matoos32/jfreechart-builder/issues/71 I locally commented out the use of shape builder for running with Java 8. I didn't see any issues with the merge change set.