Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot see labels for the charts #15

Open
alih85 opened this issue Oct 20, 2016 · 2 comments
Open

Cannot see labels for the charts #15

alih85 opened this issue Oct 20, 2016 · 2 comments

Comments

@alih85
Copy link

alih85 commented Oct 20, 2016

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
Copy link

metaodi commented Dec 4, 2016

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

@DanBurkhardt
Copy link

Same issue here. Any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants