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, double share)
SimplePackedBubbleTooltipBuilder = Widget Function(BuildContext context, SimplePackedBubbleData data, int index, String formattedValue, String formattedShare)
SimplePackedBubbleValueFormatter = String Function(double value)