master
johnkiernander 2014-04-07 22:51:42 +01:00
parent d1b937c5c4
commit 92dd31ca0b
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@
this._getSeriesData();
}
// Clear all scales, this is required to fix Issue #67
this.axes.forEach(function (axis) {
axis._scale = null;
}, this);
// Iterate the axes and calculate bounds, this is done within the chart because an
// axis' bounds are determined by other axes and the way that series tie them together
this.axes.forEach(function (axis) {