Posts by Casper • 36 points
1 post
-
2
votes1
answer78
viewsA: Graph Raphael.js error
The correct is: r.linechart(10,10,300,220,[1,2,3,4,5],[10,20,15,35,30]); What the error says is that there is no "g" property in "r" and therefore there is no "linechart" property in it.…
javascriptanswered Casper 36