diff --git a/site/code-snippets/simple-start-fixed-chart.js b/site/code-snippets/simple-start-fixed-chart.js index 870130e7..711ee5df 100644 --- a/site/code-snippets/simple-start-fixed-chart.js +++ b/site/code-snippets/simple-start-fixed-chart.js @@ -17,4 +17,4 @@ var options = { // Create a new line chart object where as first parameter we pass in a selector // that is resolving to our chart container element. The Second parameter // is the actual data object. As a third parameter we pass in our custom options. -new Chartist.Bar('.ct-chart', data, options); \ No newline at end of file +new Chartist.Line('.ct-chart', data, options);