I am using line chart from http://www.chartjs.org/
As you can see max value (1
> Best Solution
"options":{ scales: { yAxes: [{ display: true, ticks: { suggestedMin: 0, //min suggestedMax: 100 //max } }] } }