bezier_chart_plus library

Classes

BezierChart
BezierChartConfig
BezierChartConfig allows the customization of the BezierChart widget
BezierChartState
BezierLine
This Bezier line is used to display your data
DataPoint<T>
This class represent each value Y per X axis

Enums

BezierChartAggregation
BezierChartScale
Type of Bezier line Chart

Functions

areEqualDates(DateTime dateTime1, DateTime dateTime2) bool
areEqualDatesIncludingHour(DateTime dateTime1, DateTime dateTime2) bool
formatAsIntOrDouble(double? str) String
This method remove the decimals if the value doesn't have decimals

Typedefs

FooterDateTimeBuilder = String Function(DateTime value, BezierChartScale? scaleType)
FooterValueBuilder = String Function(double value)
MissingValueBuilder = double Function(DateTime value)