charts/area/simple_streamgraph_chart library
Classes
- SimpleStreamgraphChart
- A centered stacked area chart for showing how composition shifts over time.
- SimpleStreamgraphTooltipItem
Enums
Typedefs
- SimpleStreamgraphTapCallback = void Function(String label, SimpleTrendSeries series, double value, int labelIndex, int seriesIndex)
-
SimpleStreamgraphTooltipBuilder
= Widget Function(BuildContext context, String label, List<
SimpleStreamgraphTooltipItem> items) - SimpleStreamgraphValueFormatter = String Function(double value)