File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,6 @@ define([
166166
167167 if ( this . scaleBeginAtZero ) {
168168 chartProperties . options . scales . yAxes [ 0 ] . ticks . suggestedMin = 0 ;
169- chartProperties . options . scales . yAxes [ 0 ] . ticks . suggestedMax = 4 ;
170169 }
171170
172171 this . _chart = new this . _chartJS ( this . _ctx , chartProperties ) ;
Original file line number Diff line number Diff line change @@ -209,7 +209,6 @@ define([
209209
210210 if ( this . scaleBeginAtZero ) {
211211 chartProperties . options . scales . yAxes [ 0 ] . ticks . suggestedMin = 0 ;
212- chartProperties . options . scales . yAxes [ 0 ] . ticks . suggestedMax = 4 ;
213212 }
214213
215214 this . _chart = new this . _chartJS ( this . _ctx , chartProperties ) ;
Original file line number Diff line number Diff line change @@ -174,7 +174,6 @@ define([
174174
175175 if ( this . scaleBeginAtZero ) {
176176 chartProperties . options . scales . yAxes [ 0 ] . ticks . suggestedMin = 0 ;
177- chartProperties . options . scales . yAxes [ 0 ] . ticks . suggestedMax = 4 ;
178177 }
179178
180179 this . _chart = new this . _chartJS ( this . _ctx , chartProperties ) ;
You can’t perform that action at this time.
0 commit comments