Skip to content

Commit

Permalink
refs #18195, fix chart scale when using more than one StoreSeries
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen S authored and dylans committed Aug 2, 2014
1 parent 1a0ab88 commit c6ae501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charting/StoreSeries.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ define(["dojo/_base/array", "dojo/_base/declare", "dojo/_base/Deferred"],

this.data = [];

this._initialRendering = false;
this._initialRendering = true;
this.fetch();
},

Expand Down

0 comments on commit c6ae501

Please sign in to comment.