Make y-axis at min:0

This commit is contained in:
Atul Pratap Singh 2012-08-03 21:14:28 +05:30
parent 40e1582fd3
commit 69eebebfc2

View File

@ -372,6 +372,8 @@ $(function() {
tickOptions: {
formatString: '%H:%M'
}
},
yaxis: { min:0
}
}
};