File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
src/ChartJS/widgets/LineChart Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010 <properties >
1111 <!-- Appearance -->
12- <property key =" maxYValue" type =" string" required =" true" defaultValue =" 0" >
12+ <!-- < property key="maxYValue" type="string" required="true" defaultValue="0">
1313 <caption>Maximum Y Value</caption>
1414 <category>Appearance</category>
1515 <description>The Maximum Y value on the chart</description>
16- </property >
16+ </property> -->
1717 <property key =" width" type =" integer" required =" true" defaultValue =" 500" >
1818 <caption >Width</caption >
1919 <category >Appearance</category >
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ define([
148148 lineWidth : this . scaleLineWidth
149149 } ,
150150 ticks : {
151- max : this . maxYValue * 1 , //CC
151+ // max: ( this.maxYValue ? this.maxYValue * 1 : false) , //CC
152152 fontFamily : this . _font ,
153153 beginAtZero : this . scaleBeginAtZero ,
154154 display : this . scaleShowLabels ,
You can’t perform that action at this time.
0 commit comments