charts/histogram/simple_histogram_chart library

Classes

SimpleHistogramBin
SimpleHistogramChart
A lightweight distribution chart for scores, prices, latency, ages, and other numeric samples.

Typedefs

SimpleHistogramTapCallback = void Function(SimpleHistogramBin bin, int index)
SimpleHistogramTooltipBuilder = Widget Function(BuildContext context, SimpleHistogramBin bin, int index, String formattedRange, String formattedCount, String formattedShare)
SimpleHistogramValueFormatter = String Function(double value)