Skip to content

Releases: Practically/yii2-chartjs

Release: v1.5.0

23 Oct 17:27
Compare
Choose a tag to compare

Features

  • allow float values for line tension (fb23118), closes #33

BREAKING CHANGES

  • BaseDataset::$lineTension property is now
    BaseDataset::$tension.

Release: v1.4.0

09 Sep 11:44
Compare
Choose a tag to compare

Features

  • add bar chart view template (61f34b7), closes #31

Release: v1.3.0

04 Sep 14:03
Compare
Choose a tag to compare

Bug Fixes

  • return type error in ChartDataHelper::fillDates() (b3c35ae)

Features

  • core: include chartjs script in asset bundle via cdn (a2629fd), closes #25
  • core: drop php7 support

BREAKING CHANGE: Package src has been re-organised. References to prior features may no longer work.

Release: v1.2.1

26 Feb 15:56
Compare
Choose a tag to compare

NOTE: This is a patch release only

Release: v1.2.0

26 Feb 14:10
Compare
Choose a tag to compare

Features

  • add support for stacked charts (dd9808d), closes #27

Release: v1.1.0

09 Sep 08:34
Compare
Choose a tag to compare

Bug Fixes

Features

  • core: ensure php8 support (d1f9fc7)

v1.0.2

23 Mar 10:39
d4a8743
Compare
Choose a tag to compare

Added support for Scatter Charts and a BaseDataset to support custom datasets.
Added clientOptions property to datasets to pass options straight into Chart.js.

The Chart.js variables are now part of the window object in JS for easy debugging and programmatic control.

v1.0.1

24 Oct 07:50
c60f9b2
Compare
Choose a tag to compare
Merge pull request #3 from Practically/v1.0

V1.0

First Release

11 Oct 18:59
Compare
Choose a tag to compare
v1.0.0

Finish packaging