my-archives / nchart

nChart for node.js inspired by Chart.js.
MIT License
48 stars 10 forks source link

Doesn't work with node v0.10.40 #12

Open jandrieu opened 8 years ago

jandrieu commented 8 years ago

Hi. Sorry i'm not sure if it is related to the node version (or what else might be wrong), but I tried the demo code on the ReadMe and got the following "Pie" chart. Not quite what I expected.

pie

Canvas is canvas@1.3.10 and I installed Cairo (on Ubuntu) as suggested in the node-canvas readme.

jandrieu commented 8 years ago

Fortunately, I was able to get a line chart to work, from the docs at http://www.chartjs.org/docs/.

line