fl_chart
fl_chart copied to clipboard
PieChart backdrop shadow
Describe the solution you'd like
I'd love to create a pie chart with a backdrop shadow like this:
I search for existing issues and through the documentation and did not find any solution to this issue. Is this feature possible to add?
Describe alternatives you've considered I tried using flutter alternatives but did not find any.
Hi there, at this time, we only support shadows in the LineChart. Later we will implement it for PieChart too. Stay tuned!
Is there any temporary solution using native flutter widgets to accomplish this for the time being?
You can use a Stack and do some crazy calculations to overlay some widgets.
Check this PR #1497 If you have any suggestions, please let me know.
What an amazing addition 😮 Thank you so much! let's hope it will get merged soon!