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
SimpleTernaryShare

Typedefs

SimpleTernaryPointTapCallback = void Function(SimpleTernaryPoint point, int index, SimpleTernaryShare share)
SimpleTernaryTooltipBuilder = Widget Function(BuildContext context, SimpleTernaryPoint point, int index, SimpleTernaryShare share, String formattedA, String formattedB, String formattedC, String? formattedSize)
SimpleTernaryValueFormatter = String Function(double value)