fl_chart icon indicating copy to clipboard operation
fl_chart copied to clipboard

PieChart backdrop shadow

Open 3DExtended opened this issue 1 year ago • 5 comments

Describe the solution you'd like

I'd love to create a pie chart with a backdrop shadow like this: image 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.

3DExtended avatar Nov 06 '23 20:11 3DExtended

Hi there, at this time, we only support shadows in the LineChart. Later we will implement it for PieChart too. Stay tuned!

imaNNeo avatar Nov 09 '23 09:11 imaNNeo

Is there any temporary solution using native flutter widgets to accomplish this for the time being?

3DExtended avatar Nov 12 '23 09:11 3DExtended

You can use a Stack and do some crazy calculations to overlay some widgets.

imaNNeo avatar Nov 12 '23 11:11 imaNNeo

Check this PR #1497 If you have any suggestions, please let me know.

samir7osny avatar Nov 21 '23 21:11 samir7osny

What an amazing addition 😮 Thank you so much! let's hope it will get merged soon!

3DExtended avatar Nov 25 '23 18:11 3DExtended