charts/packed_bubble/simple_packed_bubble_chart library
Classes
- SimplePackedBubbleChart
- A compact packed bubble chart for showing part-to-whole magnitude through area while keeping the composition visually approachable.
- SimplePackedBubbleData
Typedefs
- SimplePackedBubbleTapCallback = void Function(SimplePackedBubbleData data, int index, )
- SimplePackedBubbleTooltipBuilder = Widget Function(BuildContext context, SimplePackedBubbleData data, int index, String formattedValue, )
- SimplePackedBubbleValueFormatter = String Function(double value)