Support "r" axis for non-intersecting interaction#9919
Support "r" axis for non-intersecting interaction#9919etimberg merged 10 commits intochartjs:masterfrom luukdv:r-axis-support-for-interaction
Conversation
|
Right now, adding a test in https://github.com/chartjs/Chart.js/blob/master/test/specs/core.interaction.tests.js for something like |
|
I think the test you are trying to add is correct and should work. Could you just add it, so I can easily take a look? |
|
I've pushed the failing WIP test. |
getIndexAngle is based on number of labels, the chart has none. Adding labels fixes the elements, but it seems there is some other issue (the test hits 2 arcs). |
|
Thanks, that was the culprit. I also fixed the other issue (forgot to disable the legend). |
Fixes #9826.