charts/frequency_polygon/simple_frequency_polygon_chart library
Classes
- SimpleFrequencyPolygonBin
- SimpleFrequencyPolygonChart
- A line-based distribution chart that connects frequency counts per bin.
- SimpleFrequencyPolygonSeries
- SimpleFrequencyPolygonTooltipItem
Typedefs
-
SimpleFrequencyPolygonTapCallback
= void Function(String binLabel, List<
SimpleFrequencyPolygonTooltipItem> items, int binIndex) -
SimpleFrequencyPolygonTooltipBuilder
= Widget Function(BuildContext context, String binLabel, List<
SimpleFrequencyPolygonTooltipItem> items) - SimpleFrequencyPolygonValueFormatter = String Function(double value)