mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-24 17:16:52 +01:00
Fix typo and update dependencies (#7077)
* Fix typo and update dependencies * Update `isColorInstance`
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user