I am using line chart from http://www.chartjs.org/
As you can see max value (1
Just set the value for scaleStartValue in your options.
var options = { // .... scaleStartValue: 0, }
See the documentation for this here.