File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42997,7 +42997,7 @@ return /******/ (function(modules) { // webpackBootstrap
42997
42997
42998
42998
if (newLabels === oldLabels && oldData.datasets.length === newData.datasets.length) {
42999
42999
newData.datasets.forEach(function (dataset, i) {
43000
- chart.data.datasets[i].data = dataset.data ;
43000
+ chart.data.datasets[i] = dataset;
43001
43001
});
43002
43002
43003
43003
chart.data.labels = newData.labels;
@@ -43077,7 +43077,7 @@ return /******/ (function(modules) { // webpackBootstrap
43077
43077
43078
43078
if (newLabels === oldLabels && oldData.datasets.length === newData.datasets.length) {
43079
43079
newData.datasets.forEach(function (dataset, i) {
43080
- chart.data.datasets[i].data = dataset.data ;
43080
+ chart.data.datasets[i] = dataset;
43081
43081
});
43082
43082
43083
43083
chart.data.labels = newData.labels;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-chartjs" ,
3
- "version" : " 2.3.5 " ,
3
+ "version" : " 2.3.6 " ,
4
4
"description" : " vue.js wrapper for chart.js" ,
5
5
"author" :
" Jakub Juszczak <[email protected] >" ,
6
6
"repository" : {
You canβt perform that action at this time.
0 commit comments