Fix floats bug
This commit is contained in:
parent
872eaf8dd0
commit
c0570af424
|
@ -116,7 +116,9 @@ $script = <<<EOF
|
|||
|
||||
var options = {
|
||||
height: 250,
|
||||
onlyInteger: true
|
||||
axisY: {
|
||||
onlyInteger: true,
|
||||
}
|
||||
};
|
||||
|
||||
new Chartist.Line('.ct-chart', data, options);
|
||||
|
|
Loading…
Reference in New Issue