Releases: szymach/c-pchart
Releases · szymach/c-pchart
Updated Readme to inform about 2.0 being stable
2.0.1 Updated Readme to inform about version 2.0 being stable
Added support for closures in formatting scale (thanks to funkjedi)
1.1.6 Updated version to 1.1.6
Added option for hiding the x axis or it's values (@julien-gm)
1.1.5 updated package version
Fixed a code breaking typo in the pallete loading function (@subtronic)
Merge pull request #7 from subtronic/for-pull Fix variable name
Minor tweaks, autoloading class constants via composer
1.1.3 Updated version info
Added information on creating charts
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
This release is stable, along with all the planned functionality.