Skip to content

Releases: szymach/c-pchart

Updated Readme to inform about 2.0 being stable

24 Dec 21:12
Compare
Choose a tag to compare
2.0.1

Updated Readme to inform about version 2.0 being stable

Added support for closures in formatting scale (thanks to funkjedi)

16 Oct 20:45
Compare
Choose a tag to compare

Added option for hiding the x axis or it's values (@julien-gm)

28 Jan 20:00
Compare
Choose a tag to compare

Fixed a code breaking typo in the pallete loading function (@subtronic)

26 Jan 19:36
Compare
Choose a tag to compare
Merge pull request #7 from subtronic/for-pull

Fix variable name

Minor tweaks, autoloading class constants via composer

26 Oct 10:38
Compare
Choose a tag to compare

Added information on creating charts

31 Jul 06:30
Compare
Choose a tag to compare

pChart has an inconsistent way of creating charts - some are seperate classes, while the basic ones are part of the pDraw class. The service in c-pChart now provides you with information if the chart you want to create via the 'newChart' method needs to be called via a pImage object or a seperate class.

Working version with added factory class

13 Jun 08:17
Compare
Choose a tag to compare

This release is stable, along with all the planned functionality.