slidable_line_chart library
A slidable line chart.
Classes
-
CoordinatesOptions<
E extends Enum> - Define a configuration for a set of coordinate points.
-
CoordinatesStyle<
E extends Enum> - The style of Coordinates.
-
SlidableLineChart<
E extends Enum> - A slidable line chart.
-
SlidableLineChartState<
E extends Enum> - State for a SlidableLineChart.
-
SlidableLineChartTheme<
E extends Enum> - An InheritedWidget that defines visual properties like colors and text styles, which the CoordinateSystemPainter in the subtree depends on.
-
SlidableLineChartThemeData<
E extends Enum> - Defines the configuration of the overall visual SlidableLineChartThemeData for a SlidableLineChart.
Enums
- DrawGridLineStyle
- The style of grid lines to draw.
- DrawGridLineType
- The type of grid lines to draw.
Constants
- kAxisLabelStyle → const TextStyle
- Axis label style by default.
- kAxisLineColor → const Color
- Axis line color by default.
- kAxisLineWidth → const double
- Axis line width by default.
- kCheckBackgroundColor → const Color
- Check background color by default.
- kCheckColor → const Color
- Check symbol color by default.
- kCloseBackgroundColor → const Color
- Close background color by default.
- kCloseColor → const Color
- Close symbol color by default.
-
kColorPalette
→ const List<
Color> - Coordinate point color by default.
- kDashedGridLineGap → const double
- The default gap width of the dashed grid lines.
- kDashedGridLineWidth → const double
- The default unit width of the dashed grid lines.
- kDefaultCoordinateSystemOrigin → const Offset
- Coordinate system origin by default.
- kDefaultInitializationAnimationDuration → const Duration
- Chart initialization animation duration by default.
- kDisabledOpacity → const double
- Opacity by default.
- kDisplayValueMarginBottom → const double
- Display value text margin bottom by default.
- kDisplayValueTextStyle → const TextStyle
- Display value text style by default.
- kDrawGridLineStyle → const DrawGridLineStyle
- The default style of grid lines to draw.
- kDrawGridLineType → const DrawGridLineType
- The default type of grid lines to draw.
- kGridLineColor → const Color
- Grid line color by default.
- kGridLineWidth → const double
- Grid line width by default.
- kIndicatorMarginTop → const double
- Indicator margin top by default.
- kIndicatorRadius → const double
- Indicator radius by default.
- kLineWidth → const double
- Line width by default.
- kShowTapArea → const bool
- Show tap area by default.
- kSmooth → const double
- Smoothness by default.