You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, `https://cdn.jsdelivr.net/npm/chartjs-plugin-streaming` returns the latest (minified) version, however it's [**highly recommended**](https://www.jsdelivr.com/features) to always specify a version in order to avoid breaking changes. This can be achieved by appending `@{version}` to the url:
22
22
23
23
```
24
-
https://cdn.jsdelivr.net/npm/chartjs-plugin-streaming@next // pre-release version
You can download the latest version of `chartjs-plugin-streaming` from the [GitHub Releases](https://github.com/nagix/chartjs-plugin-streaming/releases):
34
+
You can download the latest version of `chartjs-plugin-streaming` from the [GitHub Releases](https://github.com/nagix/chartjs-plugin-streaming/releases/latest):
36
35
37
36
-`chartjs-plugin-streaming.js` (recommended for development)
38
37
-`chartjs-plugin-streaming.min.js` (recommended for production)
@@ -48,7 +47,7 @@ You can download the latest version of `chartjs-plugin-streaming` from the [GitH
Copy file name to clipboardExpand all lines: docs/tutorials/angular/install.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,5 @@
3
3
Install [ng2-charts](https://valor-software.com/ng2-charts/), [Luxon](https://moment.github.io/luxon/), [chartjs-adapter-luxon](https://github.com/chartjs/chartjs-adapter-luxon) and [chartjs-plugin-streaming](https://nagix.github.io/chartjs-plugin-streaming/) into our project.
Copy file name to clipboardExpand all lines: docs/tutorials/plainjs/scripts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Include scripts
2
2
3
-
First, we need to include [Chart.js](https://github.com/chartjs/Chart.js/releases/latest), [Luxon](https://moment.github.io/luxon/), [chartjs-adapter-luxon](https://github.com/chartjs/chartjs-adapter-luxon/releases/latest) and [chartjs-plugin-streaming](https://github.com/nagix/chartjs-plugin-streaming/releases) in our page.
3
+
First, we need to include [Chart.js](https://github.com/chartjs/Chart.js/releases/latest), [Luxon](https://moment.github.io/luxon/), [chartjs-adapter-luxon](https://github.com/chartjs/chartjs-adapter-luxon/releases/latest) and [chartjs-plugin-streaming](https://github.com/nagix/chartjs-plugin-streaming/releases/latest) in our page.
0 commit comments