charts/ternary/simple_ternary_chart library
Classes
- SimpleTernaryChart
- A simple ternary plot for three-way mixes, tradeoffs, compositions, and balance maps across business, education, product, and scientific domains.
- SimpleTernaryPoint
Typedefs
- SimpleTernaryPointTapCallback = void Function(SimpleTernaryPoint point, int index, )
- SimpleTernaryTooltipBuilder = Widget Function(BuildContext context, SimpleTernaryPoint point, int index, String formattedA, String formattedB, String formattedC, String? formattedSize)
- SimpleTernaryValueFormatter = String Function(double value)