AnimatedLineChart constructor
const
AnimatedLineChart(
- LineChart chart, {
- Key? key,
- TapText? tapText,
- TextStyle? textStyle,
- required Color gridColor,
- required Color toolTipColor,
- List<
Legend> ? legends = const [], - bool? showMarkerLines = false,
- List<
DateTime> verticalMarker = const [], - Color? verticalMarkerColor,
- List<
Icon> ? verticalMarkerIcon = const [], - Color? iconBackgroundColor,
- bool? fillMarkerLines = false,
- double? innerGridStrokeWidth = 0.0,
- List<
MaxMin> ? filledMarkerLinesValues = const [], - bool? legendsRightLandscapeMode = false,
- bool? useLineColorsInTooltip = false,
- bool? showMinutesInTooltip = true,
Implementation
const AnimatedLineChart(
this.chart, {
Key? key,
this.tapText,
this.textStyle,
required this.gridColor,
required this.toolTipColor,
this.legends = const [],
this.showMarkerLines = false,
this.verticalMarker = const [],
this.verticalMarkerColor,
this.verticalMarkerIcon = const [],
this.iconBackgroundColor,
this.fillMarkerLines = false,
this.innerGridStrokeWidth = 0.0,
this.filledMarkerLinesValues = const [],
this.legendsRightLandscapeMode = false,
this.useLineColorsInTooltip = false,
this.showMinutesInTooltip = true,
}) : super(key: key);