Skip to content

Releases: halfpastfouram/phpchartjs

v1.2.2

11 Jan 21:49
413c3af
Compare
Choose a tag to compare

What is added?

  • #14 Add unit test.
  • #62 Provide abstract method in JsonSerializable trait.
  • #64 Allow hiding a dataset by default.

What has changed?

  • #14 Owners are registered automatically.

What is removed?

Nothing.

Backwards compatible?

Yes.

v1.2.1

10 Jan 00:28
Compare
Choose a tag to compare

What is added?

Nothing.

What has changed?

  • Updated chartjs version to 2.9.3.

What is removed?

Nothing.

Backwards compatible?

Yes.

v1.2.0

10 Jan 00:12
75bbd62
Compare
Choose a tag to compare

What is added?

  • Added support for the maintainAspectRatio option.
  • Added support for the onClick option.
  • Added index page for examples.
  • Added titles for examples.
  • Added example for maintainAspectRatio option.
  • Added example for onClick option.
  • Added required PHP modules to composer.json.

What has changed?

  • Duplicate logic has been moved to a trait.
  • The jsonSerialize method now returns a json serializable array in compliance with the JsonSerializable interface.
  • The unit tests have been updated to support arrays being returned by the jsonSerialize method.
  • Fixed code style.
  • All dependencies have been updated.

What is removed?

  • Nothing.

Backwards compatible?

Everything, except for the jsonSerialize methods as they now return a json serializable array instead of a json string.

v1.1.0

02 Sep 18:26
29a68ce
Compare
Choose a tag to compare

v1.0.1

31 Oct 14:34
8b011ab
Compare
Choose a tag to compare

v1.0.0

12 Jan 09:17
Compare
Choose a tag to compare

First official release. Every aspect of setting up charts and rendering them is covered, working and tested.