Jonas
Jonas
### Steps to reproduce 1. Use Semantics(link: true, child: ...) in your app 2. Activate Screenreader (iOS: VoiceOver, Android: Talkback) 3. Select links in the rotor (iOS: Two fingers Bottle...
As described in https://github.com/imaNNeo/fl_chart/issues/2003 a "Stacked Pie Chart" was requested. This Pull Request aims to add this feature. # Solution The Implementation of [StackedPieChart] is very similar to [PieChart]. The...
# Description It would be very useful to extend the current PieChart with support for stacked slices. Instead of each slice containing a single value, a slice could contain a...