Skip to content

Releases: zingchart/ZingChart-PHP

v1.0.8

06 Feb 22:15
Compare
Choose a tag to compare

Changes:

  • Fix casing on zc.php file to adhere to PSR-4 class naming standards. Fixes #13.

v1.0.7

31 Dec 21:57
1e1c735
Compare
Choose a tag to compare

Changes:

  • Fix a warning thrown when using count() on non-countable types
  • Update README

v1.0.6

04 Nov 20:12
916d5d1
Compare
Choose a tag to compare

Changes:

  • Fix an off-by-one error when parsing the index from the config
  • Update README

v1.0.5

01 Dec 20:13
Compare
Choose a tag to compare

Updates

  • Fixed getSeriesText() and getSeriesData() to return an array of all the corresponding values.

v1.0.4

03 Nov 21:10
Compare
Choose a tag to compare

Updates

  • Changed the member variable and helper function modifiers from private to protected to allow for class extensibility.

v1.0.3

06 Jul 00:05
Compare
Choose a tag to compare

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

24 Jun 23:37
Compare
Choose a tag to compare

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

23 Jun 01:06
Compare
Choose a tag to compare

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

08 Jun 21:35
Compare
Choose a tag to compare

Initial Release

v1.0

08 Jun 17:29
Compare
Choose a tag to compare

Initial Release