Skip to content

Releases: zingchart/ZingChart-PHP

v1.0.8

Choose a tag to compare

@ccoley ccoley released this 06 Feb 22:15

Changes:

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

v1.0.7

Choose a tag to compare

@ccoley ccoley released this 31 Dec 21:57
1e1c735

Changes:

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

v1.0.6

Choose a tag to compare

@ccoley ccoley released this 04 Nov 20:12
916d5d1

Changes:

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

v1.0.5

Choose a tag to compare

@jbogartPint jbogartPint released this 01 Dec 20:13

Updates

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

v1.0.4

Choose a tag to compare

@jbogartPint jbogartPint released this 03 Nov 21:10

Updates

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

v1.0.3

Choose a tag to compare

@jbogartPint jbogartPint released this 06 Jul 00:05

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

Choose a tag to compare

@jbogartPint jbogartPint released this 24 Jun 23:37

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

Choose a tag to compare

@jbogartPint jbogartPint released this 23 Jun 01:06

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

Choose a tag to compare

@jbogartPint jbogartPint released this 08 Jun 21:35

Initial Release

v1.0

Choose a tag to compare

@jbogartPint jbogartPint released this 08 Jun 17:29

Initial Release