charts/custom/custom_chart library
Classes
- CustomChartConfig
- CustomChartPainterBase
- Convenience base class for custom chart painters.
- CustomChartWidget
Extensions
Typedefs
-
CustomChartBuilder
= Widget Function(Map<
String, dynamic> data, ChartTheme theme, Size size) - A function that builds any Flutter widget given raw chart data, the active theme, and the available canvas size.
-
CustomPainterFactory
= CustomPainter Function(Map<
String, dynamic> data, ChartTheme theme, double animationProgress) - A factory that creates a CustomPainter for use inside CustomPaint.