Skip to content

Commit

Permalink
Bump version and pack 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Makanz committed Mar 30, 2023
1 parent 9f80d68 commit 65c826b
Show file tree
Hide file tree
Showing 7 changed files with 219 additions and 134 deletions.
2 changes: 1 addition & 1 deletion dist/chartjs-plugin-trendline.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/chartjs-plugin-trendline.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* chartjs-plugin-trendline.js
* Version: 2.0.0
* Version: 2.0.1
*
* Copyright 2022 Marcus Alsterfjord
* Copyright 2023 Marcus Alsterfjord
* Released under the MIT license
* https://github.com/Makanz/chartjs-plugin-trendline/blob/master/README.md
*
Expand Down
2 changes: 1 addition & 1 deletion example/barChart.html
Original file line number Diff line number Diff line change
Expand Up @@ -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/chart.js@3.8.0/dist/chart.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@3.9.1/dist/chart.min.js"></script>
<script src="./../src/chartjs-plugin-trendline.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function(event) {
Expand Down
2 changes: 1 addition & 1 deletion example/lineChart.html
Original file line number Diff line number Diff line change
Expand Up @@ -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/chart.js@3.8.0/dist/chart.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@3.9.1/dist/chart.min.js"></script>
<script src="./../src/chartjs-plugin-trendline.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function(event) {
Expand Down
Loading

0 comments on commit 65c826b

Please sign in to comment.