chartjs-plugin-trendline icon indicating copy to clipboard operation
chartjs-plugin-trendline copied to clipboard

This plugin draws an linear trendline in your Chart. Made for Chart.js > 3.0

Results 21 chartjs-plugin-trendline issues
Sort by recently updated
recently updated
newest added

I have added the trendline, but the most interesting information for me is its slope/gradient. Could it possible to make this information available so I can not only draw the...

enhancement

My code is this: ` let testing; async function myFunction() { let each = new Array(); let test = await fetch( "https://api.corona-zahlen.org/districts/09462/history/incidence/7" ); /*.then((res) => res.json()) .then((data) => { console.log(data.data["09472"].history);...

inprogress

I attach two screenshots. Is there a work around to the problem? First case, all data is defined: works ![download](https://user-images.githubusercontent.com/54410351/81601542-4d22ec80-93cb-11ea-9028-c187a623a04a.png) Second case, one y value is zero. ![download (1)](https://user-images.githubusercontent.com/54410351/81601566-5c099f00-93cb-11ea-93cc-e6b5f55b8d86.png)

inprogress

I followed the instructions to install the plugin in my Angular 12.1.2 application using - npm i chartjs-plugin-trendline On importing chartTrendLine, using this command - import {Chart, ChartConfiguration, ChartDataset, registerables}...

help wanted

I tried adding it using addPlugin, or registering it to Chart plugins, both didn't work

inprogress

![image](https://user-images.githubusercontent.com/9674553/115415670-647f7200-a1f7-11eb-9ccd-414cbcdda1de.png) Picture speaks for itself. I use chartjs in combination with chartjs-plugin-zoom. Any solution for this?

enhancement

![obraz](https://user-images.githubusercontent.com/58138262/110919006-10da5880-831c-11eb-969b-634cb5c4d9ad.png) I have a problem with z-index of trendline. It covers my tooltip and there is no way of chaning z- index of it (same as for trendline). Is there...

![image](https://user-images.githubusercontent.com/14112952/106705787-32f80100-6621-11eb-9d83-d9620d092fef.png) ## Case I only want use data from 00 until 12 to create trendline, so the trendline will not include the latest data. How to implement this case? Note:...

inprogress

First of all thank you for the amazing plugin :) But i have an issue: i have a graph with multiple datasets and only the first dataset uses the trendline....

inprogress

The trend line for a second Y axis is plotted on the first Y axis therefore it does not match the scale of the datapoint it represents. Is there a...

inprogress