charts/upset/simple_upset_chart library
Classes
- SimpleUpsetChart
- A compact UpSet chart for ranked set intersections when Venn diagrams become too crowded for dashboards and reports.
- SimpleUpsetIntersection
- SimpleUpsetSet
Typedefs
- SimpleUpsetIntersectionTapCallback = void Function(SimpleUpsetIntersection intersection, int index)
- SimpleUpsetTooltipBuilder = Widget Function(BuildContext context, SimpleUpsetIntersection intersection, int index, String title, String formattedValue)
- SimpleUpsetValueFormatter = String Function(double value)