Skip to content

Commit a824082

Browse files
committed
Update README.md
1 parent a922ab4 commit a824082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ app.js.coffee:
4747
]
4848
}
4949

50-
myNewChart = new Chart($("#canvas").get(0).getContext("2d")).Line(data);
50+
myNewChart = new Chart($("#canvas").get(0).getContext("2d")).Line(data)
5151

5252
index.haml.html:
5353

54-
%canvas#canvas{:style => "height:450; width:600;"}
54+
%canvas#canvas{:height => "450", :width => "600"}
5555

5656

5757
Visit: http://www.chartjs.org/docs/ for more Chart.js usage

0 commit comments

Comments
 (0)