charts/area/simple_streamgraph_chart library

Classes

SimpleStreamgraphChart
A centered stacked area chart for showing how composition shifts over time.
SimpleStreamgraphTooltipItem

Typedefs

SimpleStreamgraphShareFormatter = String Function(double share)
SimpleStreamgraphTapCallback = void Function(String label, SimpleTrendSeries series, double value, double share, int labelIndex, int seriesIndex)
SimpleStreamgraphTooltipBuilder = Widget Function(BuildContext context, String label, List<SimpleStreamgraphTooltipItem> items)
SimpleStreamgraphValueFormatter = String Function(double value)