Releases: Makanz/chartjs-plugin-trendline
Releases · Makanz/chartjs-plugin-trendline
v2.0.1
- enable addFitter when there are more than 1 points (@alch3ung)
- allow timeseries to be identified as a date too (@DavidLemayian)
v2.0.0
- New feature with gradient support. Thanks to @igor90
v1.0.3
Merged PR
- fix undefined data point handling #65
v1.0.2
Merged PRs
- Fix CommonJS exporting #60
- added trendline projection on x axis #44
- Changed from afterDraw to afterDatasetsDraw #61
v1.0.0
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
- Don't attempt to draw trendline for an empty dataset
Thanks to @VoxSecundus
v0.2.1
- Changing the plugin's hook from beforeDraw to afterDraw
- Fixed multi-Y-axes issues with trendline
Thanks to @Coriou and @AGCarlos
v0.2.0
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
Merged pull request
Fix trend line writing over axis. #22
Thanks @hailwood