I am using line chart from http://www.chartjs.org/
As you can see max value (1
With 1.1.1, I used the following to fix the scale between 0.0 and 1.0:
var options = { scaleOverride: true, scaleStartValue: 0, scaleSteps: 10, scaleStepWidth: 0.1 }