charts/contour/simple_contour_chart library

Classes

SimpleContourChart
A simple contour chart for risk surfaces, demand fields, performance landscapes, geographic-like intensity, and scientific/education dashboards.
SimpleContourPoint
SimpleContourSelection

Typedefs

SimpleContourTapCallback = void Function(SimpleContourSelection hit)
SimpleContourTooltipBuilder = Widget Function(BuildContext context, SimpleContourSelection hit, String formattedX, String formattedY, String formattedValue, String formattedRange)
SimpleContourValueFormatter = String Function(double value)