bezier_chart_plus library
Classes
- BezierChart
- BezierChartConfig
-
BezierChartConfig
allows the customization of theBezierChart
widget - BezierChartState
- BezierLine
- This Bezier line is used to display your data
-
DataPoint<
T> -
This class represent each value
Y
perX
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
- MissingValueBuilder = double Function(DateTime value)