my-archives / nchart

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

Cannot see labels for the charts #15

Open alih85 opened 7 years ago

alih85 commented 7 years ago

I have tried to draw pie and donut charts, the charts are working great, but I cannot see the labels.

`var dData = [ { value: 300, color:"#F7464A", highlight: "#FF5A5E", label: "Red" }, { value: 50, color: "#46BFBD", highlight: "#5AD3D1", label: "Green" }, { value: 100, color: "#FDB45C", highlight: "#FFC870", label: "Yellow" }, { value: 40, color: "#949FB1", highlight: "#A8B3C5", label: "Grey" }, { value: 120, color: "#4D5360", highlight: "#616774", label: "Dark Grey" } ];

new Chart(ctx).Doughnut(dData, {});`

metaodi commented 7 years ago

I have the same issue, did you find a solution in the meantime?

DanBurkhardt commented 7 years ago

Same issue here. Any update?