Fix typo and update dependencies (#7077)

* Fix typo and update dependencies
* Update `isColorInstance`
This commit is contained in:
Jukka Kurkela
2020-02-10 03:14:38 +02:00
committed by GitHub
parent 92b2f7908e
commit 44a624f2d1
4 changed files with 1885 additions and 503 deletions

View File

@@ -614,7 +614,7 @@ class Chart {
}
for (let i = 0, ilen = me.data.datasets.length; i < ilen; ++i) {
me.updateDataset(i, isFunction ? mode({datesetIndex: i}) : mode);
me.updateDataset(i, isFunction ? mode({datasetIndex: i}) : mode);
}
plugins.notify(me, 'afterDatasetsUpdate');