Fix floats bug

This commit is contained in:
Anaggh S 2018-09-04 00:34:31 +05:30
parent 872eaf8dd0
commit c0570af424

View File

@ -116,7 +116,9 @@ $script = <<<EOF
var options = {
height: 250,
onlyInteger: true
axisY: {
onlyInteger: true,
}
};
new Chartist.Line('.ct-chart', data, options);