charts/mosaic/simple_mosaic_plot_chart library

Classes

SimpleMosaicPlotCell
SimpleMosaicPlotChart
A categorical mosaic plot for showing size and composition together.

Typedefs

SimpleMosaicPlotTapCallback = void Function(SimpleMosaicPlotCell cell, double share, int xIndex, int yIndex)
SimpleMosaicPlotTooltipBuilder = Widget Function(BuildContext context, SimpleMosaicPlotCell cell, double share, int xIndex, int yIndex, String formattedValue, String formattedShare)
SimpleMosaicPlotValueFormatter = String Function(double value)