I created a graph from the examples, like this: ``` new Ico.LineGraph(document.getElementById('chart_1'), [1, 2, 3, 4], { grid: true }); ``` However the line that is drawn isn't straight - screenshot here: http://imgur.com/mYfXE Aled.