Skip to content

Releases: Makanz/chartjs-plugin-trendline

v2.0.2

03 May 20:30
Compare
Choose a tag to compare

v2.0.1

30 Mar 18:48
Compare
Choose a tag to compare
  • enable addFitter when there are more than 1 points (@alch3ung)
  • allow timeseries to be identified as a date too (@DavidLemayian)

v2.0.0

23 Aug 18:05
Compare
Choose a tag to compare
  • New feature with gradient support. Thanks to @igor90

v1.0.3

11 Jul 21:02
Compare
Choose a tag to compare

Merged PR

  • fix undefined data point handling #65

v1.0.2

07 Feb 20:46
Compare
Choose a tag to compare

Merged PRs

  • Fix CommonJS exporting #60
  • added trendline projection on x axis #44
  • Changed from afterDraw to afterDatasetsDraw #61

v1.0.0

17 Oct 19:18
Compare
Choose a tag to compare

Added support for ChartJS 3.0 and changed version from 0.2.2. to 1.0.0.
Breaking changes because of dropped support of earlier versions of ChartJS

v0.2.2

10 Nov 07:29
Compare
Choose a tag to compare
  • Don't attempt to draw trendline for an empty dataset

Thanks to @VoxSecundus

v0.2.1

04 Nov 21:15
Compare
Choose a tag to compare
  • Changing the plugin's hook from beforeDraw to afterDraw
  • Fixed multi-Y-axes issues with trendline

Thanks to @Coriou and @AGCarlos

v0.2.0

04 Nov 21:00
Compare
Choose a tag to compare

In this update I have merge in a couple of pull requests.

  • Support for import
  • Auto register plugin only when global Chart is available
  • Support timeseries
  • parsefloat to handle problem with sting values
  • try both x and t properties

Thanks for your contribution
@jamesckemp @Coriou @wrobbins

v0.1.3

21 Nov 09:57
Compare
Choose a tag to compare

Merged pull request

Fix trend line writing over axis. #22

Thanks @hailwood