Closed fauzipadlaw closed 5 years ago
@fauzipadlaw For that you would need to wrap your CustomPainter widget with GestureDetector widget and get the tapped element and do whatever you want. It is the same method that Flare animation uses. Hope it will help you.
@intkhabahmed Thank you for the fast response, but I still don't get it. How to implement that to this example? https://github.com/intkhabahmed/multi_charts/blob/master/lib/src/radar_chart/utils/paint_utils.dart
@fauzipadlaw You can take a look at this example https://gist.github.com/sma/c6a9111d58c3deb83711106cec6152ee
It will give you some idea.
@intkhabahmed Thank you, I try to learn it
ok, let me know if you have any further doubts
@fauzipadlaw Do you make the labels tappable
I want to make the labels tappable, when I tap them it will navigate to other pages. How to make it possible?