Skip to content

Commit

Permalink
- Upgraded script to use Chartjs v4.4 UMD
Browse files Browse the repository at this point in the history
  • Loading branch information
dash8x committed Dec 1, 2024
1 parent c9d571d commit 22c894c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/time-series/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 1

Before getting started, you need to ensure the following JS libraries has been installed and copied to the `public/vendors` directory:

- [`chart.js`](https://www.chartjs.org/)
- [`chart.js v4`](https://www.chartjs.org/)
- [`jquery-sparkline`](https://omnipotent.net/jquery.sparkline)
- [`flot`](https://www.flotcharts.org/)
- [`flot.curvedlines`](http://curvedlines.michaelzinsmaier.de/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script src="{{ asset('vendors/chart.js/chart.min.js') }}"></script>
<script src="{{ asset('vendors/chart.js/chart.umd.js') }}"></script>
<script type="text/javascript">
$(document).ready(function () {
$([window, top.window]).blur(function() {
Expand Down

0 comments on commit 22c894c

Please sign in to comment.