-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Pie Chart disappears in Chrome when one value is 0 and the other is 100 #187
Comments
I've got the same problem, but with doughnut chart. using Chrome too. |
any ideas on this? |
i solved it!!! // fix chromium(linux) bug funny!! |
I am not able to reproduce this problem using the new version release candidate. Could you please check if this has been fixed and close or create a JSBin showing the issue. Thank you |
I was Able to reproduce this issue on Android 4.3 Samsumg galaxy s3 and Chart.js version 1.0.2. because the end angle was greater than the start Angle, its is not drawing canvas in this specific version. |
I had a pie chart with only two values [v, 100-v] and when v is 0, the chart fills up in the animation but then disappears when done.
This only seems to happen to me in Chrome, since it worked fine in Firefox.
The text was updated successfully, but these errors were encountered: