Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Releases: matoos32/jfreechart-builder-demo

Upgrade to jfreechart-builder v1.5.6

01 Jun 18:30
b4e64d9
Compare
Choose a tag to compare

Minor patch update to upgrade to jfreechart-builder v1.5.6

Patch to incorporate jfreechart-builder bugfixes

22 Dec 18:56
dcf73de
Compare
Choose a tag to compare
Merge pull request #20 from matoos32/develop

Merge develop into main

Patch to incorporate jfreechart-builder bugfixes

22 Dec 06:33
d9b4e9d
Compare
Choose a tag to compare
  • Fix no y-axis label on generic time series plots
  • Fix ChartBuilder not properly guarding array indexing into timeData

Gapless time series charts

21 Dec 05:59
ce41c67
Compare
Choose a tag to compare
  • Extract method refactorings to facilitate coping sample code to README files.
  • Add ability to remove time gaps in time series charts.

Plot colors, y-axis number formatting, and Javadoc

05 Dec 19:53
07d4296
Compare
Choose a tag to compare
  • Add ability to specify plot colors and toggle grid lines.
  • Add ability to specify y-axis tick number formatting.
  • Add missing Javadoc to various parts of the code.
  • Improve the README.

XYAnnotation support and shortened interface methods

04 Dec 00:58
d6b4bb7
Compare
Choose a tag to compare
  • Added support for building XYAnnotation instances
  • Integrate a breaking change to rename some interface methods to shorten their names

Initial demo app

30 Nov 03:51
4b820f5
Compare
Choose a tag to compare
Merge pull request #1 from matoos32/initial-demo-app

Implement initial demo app with some documentation