React Radial Bar: function similar to dataPointSelection located in options.chart.events but for the rest of the bar and not only the progressed part #4859
Unanswered
moatasemyakhni
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, is there a way or a workaround similar to dataPointSelection located in options.chart.events but for the rest of the bar and not only the progressed part.
The problem is that when I want to click on the bar, I want to navigate to another screen based on data[seriesIndex].id. This is possible using dataPointSelection. However, when the bar is 0% or some low value, I cannot click on the empty part.
Thanks for any workaround or suggestion!
example:
Beta Was this translation helpful? Give feedback.
All reactions