mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-19 06:36:51 +01:00
Remove duplicate scale building (#6247)
This commit is contained in:
committed by
Evert Timberg
parent
6b6f1a4c51
commit
cec2d2652e
@@ -247,9 +247,6 @@ helpers.extend(Chart.prototype, /** @lends Chart */ {
|
||||
me.resize(true);
|
||||
}
|
||||
|
||||
// Make sure scales have IDs and are built before we build any controllers.
|
||||
me.ensureScalesHaveIDs();
|
||||
me.buildOrUpdateScales();
|
||||
me.initToolTip();
|
||||
|
||||
// After init plugin notification
|
||||
|
||||
Reference in New Issue
Block a user