-
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 hover doesn't work properly... #2983
Comments
@etimberg How can I test the changes made to docs? |
@nnnick is the only one who can build the docs unfortunately. |
and how do I get code from documentation examples??? this is kinda annoying... how do I make legend like that? how do I setup pie chart that would look and behave exactly like in documentation? I got only chunks of code there and no full case... samples on GitHub don't even work... they are pointing to non-existing javascripts (like ../dist/Chart.bundle.js) |
@FlashThunder do a build (using |
@etimberg So can I submit a PR with the fix? I have tested the changes by editing the HTML on the docs page and know for sure that it works. |
@sibennayak sure, submit a PR. I just don't know where since only @nnnick has the templates |
Fix the Pie Chart hover issue (#2983)
Fixed in #2986 |
Fix the Pie Chart hover issue (chartjs#2983)
I don't need to send any code, as in documentation it doesn't work:
http://www.chartjs.org/docs/#doughnut-pie-chart
Hover works only on top of chart, like 20px of it. But not at whole chart. So basically blue element is not hoverable.
The text was updated successfully, but these errors were encountered: