-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to the latest chartjs version 4.4.3
- Loading branch information
Showing
7 changed files
with
375 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# chartjs-plugin-trendline | ||
|
||
This plugin draws an linear trendline in your Chart. | ||
It has been tested with Chart.js version 4.4.0. | ||
It has been tested with Chart.js version 4.4.3. | ||
|
||
## Installation | ||
|
||
|
@@ -10,7 +10,7 @@ It has been tested with Chart.js version 4.4.0. | |
Load Chart.js first, then the plugin which will automatically register itself with Chart.js | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/chart.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/chart.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-trendline"></script> | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>BarChart Example</title> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/chart.umd.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/chart.umd.js"></script> | ||
<script src="./../src/chartjs-plugin-trendline.js"></script> | ||
<script> | ||
document.addEventListener("DOMContentLoaded", function(event) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>BarChart Example</title> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/chart.umd.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/chart.umd.js"></script> | ||
<script src="./../src/chartjs-plugin-trendline.js"></script> | ||
<script> | ||
document.addEventListener("DOMContentLoaded", function(event) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>LineChart Example</title> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/chart.umd.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/chart.umd.js"></script> | ||
<script src="./../src/chartjs-plugin-trendline.js"></script> | ||
<script> | ||
document.addEventListener("DOMContentLoaded", function(event) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>XYlineChart Projection Example</title> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/chart.umd.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/chart.umd.js"></script> | ||
<script src="./../src/chartjs-plugin-trendline.js"></script> | ||
<script> | ||
document.addEventListener("DOMContentLoaded", function(event) { | ||
|
Oops, something went wrong.