Interaction with the answer link above mentioned in the answer above sets the maximum value with the option
yAxis: { max: 100 },
In a similar line, min can be specified. Thus, if you want to set the min-max value, then
yAxis: { min: 0, max: 100 },
If you use the php library HighRoller for integration, if the graphics are Highchart, you just need to set the parameter
$series->yAxis->min=0; $series->yAxis->min=100;
MANISH ZOPE Apr 11 '12 at 5:16 2012-04-11 05:16
source share