Skip to content

Commit

Permalink
Update simple-start-fixed-chart.js
Browse files Browse the repository at this point in the history
It says Line in the comment, the prev chart was a line so I guess this was a typo.

BTW, nice Jobbs!
  • Loading branch information
Zexuz committed Mar 16, 2016
1 parent 4cc5c4d commit 1b08948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/code-snippets/simple-start-fixed-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
new Chartist.Line('.ct-chart', data, options);

0 comments on commit 1b08948

Please sign in to comment.