matoos32 / jfreechart-builder

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

Add a new XYLineAnnotation builder #58

Closed matoos32 closed 1 year ago

matoos32 commented 1 year ago
matoos32 commented 1 year ago

I tested this by running it on Windows 10 from an IDE and also running the demo app JAR installed in the .m2/ local cache. The project is configured to support as low as Java 8 but I was using JDK/JRE 11.

matoos32 commented 1 year ago

Fixed a few minor code issues as I self-reviewed the code. Looks good now. Will merge it.