We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a922ab4 commit a824082Copy full SHA for a824082
README.md
@@ -47,11 +47,11 @@ app.js.coffee:
47
]
48
}
49
50
- myNewChart = new Chart($("#canvas").get(0).getContext("2d")).Line(data);
+ myNewChart = new Chart($("#canvas").get(0).getContext("2d")).Line(data)
51
52
index.haml.html:
53
54
- %canvas#canvas{:style => "height:450; width:600;"}
+ %canvas#canvas{:height => "450", :width => "600"}
55
56
57
Visit: http://www.chartjs.org/docs/ for more Chart.js usage
0 commit comments