charts/histogram/simple_histogram_chart library
Classes
- SimpleHistogramBin
- SimpleHistogramChart
- A lightweight distribution chart for scores, prices, latency, ages, and other numeric samples.
Enums
Typedefs
- SimpleHistogramTapCallback = void Function(SimpleHistogramBin bin, int index)
- SimpleHistogramTooltipBuilder = Widget Function(BuildContext context, SimpleHistogramBin bin, int index, String formattedRange, String formattedCount, )
- SimpleHistogramValueFormatter = String Function(double value)