Skip to content

Releases: kurkle/chartjs-plugin-gradient

v0.6.1

08 Dec 22:34
712add1
Compare
Choose a tag to compare

Essential Links

v0.6.0

08 Dec 22:19
43140bc
Compare
Choose a tag to compare

Essential Links

v0.5.1

24 Aug 19:53
a0ee467
Compare
Choose a tag to compare

Essential Links

v0.5.0

12 Apr 17:16
Compare
Choose a tag to compare

Essential Links

Enhancements

v0.4.1

12 Apr 14:09
Compare
Choose a tag to compare

Essential Links

Bugs Fixed

v0.4.0

30 Mar 13:47
Compare
Choose a tag to compare

Essential Links

Enhancements

  • #29 Enable gradient styles on the legend items

Bugs Fixed

  • #21 Skip the colorStop when the configured color is not valid

Thanks to @stockiNail

v0.3.0

24 Mar 15:39
657e5ea
Compare
Choose a tag to compare

Essential Links

Enhancements

  • #16 Add support to time scale with colorStop option configured with formatted dates
  • #14 Add support for radialLinear scale with radial gradient

Bugs Fixed

  • #18 Remove imported CHART.JS parts from distribution file
  • #19 Fix missing compatibility with CHART.JS version 2.x
  • #13 Bump ansi-regex from 5.0.0 to 5.0.1

Thanks to @kurkle and @stockiNail

v0.2.2

23 Mar 13:42
Compare
Choose a tag to compare

Essential Links

  • #12 Fix stops when scale is in reverse mode
  • #9 Use scale area to create the gradient instead of chart area
    Thanks to @kurkle and @stockiNail

v0.2.1

30 Jul 10:41
Compare
Choose a tag to compare

Essential Links

Bugs Fixed

  • #6 Fix for Financial Charts (or any chart without dataset)
    Thanks to @devotox

v0.2.0

26 Jul 11:38
Compare
Choose a tag to compare

Essential Links

Enhancements

  • #5 Add changes to make plugin work on ChartJS V2 & V3
    Thanks to @devotox and @kurkle