@robloche/chartjs-plugin-streaming
Advanced tools
Comparing version 3.0.4 to 3.1.0
/*! | ||
* chartjs-plugin-streaming v3.0.2 | ||
* @robloche/chartjs-plugin-streaming v3.0.4 | ||
* https://github.com/Robloche/chartjs-plugin-streaming | ||
* (c) 2017-2022 Akihiko Kusanagi | ||
* (c) 2017-2023 Akihiko Kusanagi | ||
* Released under the MIT license | ||
@@ -247,3 +247,3 @@ */ | ||
if (element) { | ||
const meta = me._chart.getDatasetMeta(element.datasetIndex); | ||
const meta = me.chart.getDatasetMeta(element.datasetIndex); | ||
me.$streaming = getAxisMap(me, transitionKeys$1, meta); | ||
@@ -773,3 +773,3 @@ } else { | ||
var version = "3.0.2"; | ||
var version = "3.0.4"; | ||
@@ -776,0 +776,0 @@ defaults.set('transitions', { |
@@ -6,3 +6,3 @@ { | ||
"author": "Akihiko Kusanagi <nagi@nagi-p.com> (https://nagix.github.io/)", | ||
"version": "3.0.4", | ||
"version": "3.1.0", | ||
"license": "MIT", | ||
@@ -9,0 +9,0 @@ "jsdelivr": "dist/chartjs-plugin-streaming.min.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
79725
0