charts/matrix/simple_bubble_matrix_chart library

Classes

SimpleBubbleMatrixCell
SimpleBubbleMatrixChart
A categorical matrix chart that encodes magnitude with circle size.

Typedefs

SimpleBubbleMatrixCellTapCallback = void Function(SimpleBubbleMatrixCell cell, int rowIndex, int columnIndex)
SimpleBubbleMatrixTooltipBuilder = Widget Function(BuildContext context, SimpleBubbleMatrixCell cell, int rowIndex, int columnIndex, String formattedValue)
SimpleBubbleMatrixValueFormatter = String Function(double value)