mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 00:14:03 +01:00
Merge pull request #1397 from coolbombom/patch-3
Fix scale error before animation complete
This commit is contained in:
@@ -275,6 +275,7 @@
|
||||
return helpers.findPreviousWhere(collection, hasValue, index) || point;
|
||||
};
|
||||
|
||||
if (!this.scale) return;
|
||||
this.scale.draw(easingDecimal);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user