Releases: zingchart/ZingChart-PHP
Releases · zingchart/ZingChart-PHP
v1.0.8
v1.0.7
v1.0.6
v1.0.5
Updates
- Fixed getSeriesText() and getSeriesData() to return an array of all the corresponding values.
v1.0.4
Updates
- Changed the member variable and helper function modifiers from
private
toprotected
to allow for class extensibility.
v1.0.3
Updates
- The namespace for the ZC class was not defined, so PHP couldn't autoload it properly. Also, the constructor was doing default parameters in a weird way that threw PHP Warnings.
v1.0.2
Updates
- Changed the default behavior in 'query' method to change the series text values automatically.
Documentation Updates
- Level 1: setFullscreen() added to readme.
v1.0.1
Bug Fixes
- Fixed a bug in the method: query. When setting the seconds argument to 'true', the axis titles were being mislabeled.
Documentation Updates
- Level 3 usage
v1.0.0
Initial Release
v1.0
Initial Release