S360fLineChart constructor
const
S360fLineChart({
- required List<
LineChartBarData> lineBarsData, - required List<
Map< toolTipKeys,String, dynamic> > - required double convertedValue(),
- double? maxValue,
- double? minValue,
- void onRangeChanged()?,
- void touchCallback(
- FlTouchEvent,
- LineTouchResponse?
- String? xPrefix = '',
- String? prefix = '',
- String? suffix = '',
- bool showGridLines = false,
- bool showBorder = true,
- bool showSlider = true,
- AxisTitles? bottomTitles,
- AxisTitles? leftTitles,
- LineTouchTooltipData? touchTooltipData,
- String xAxisTitle = '',
- String yAxisTitle = '',
- List<
BetweenBarsData> betweenBarsData = const [], - Key? key,
Implementation
const S360fLineChart({
required this.lineBarsData,
required this.toolTipKeys,
required this.convertedValue,
this.maxValue,
this.minValue,
this.onRangeChanged,
this.touchCallback,
this.xPrefix = '',
this.prefix = '',
this.suffix = '',
this.showGridLines = false,
this.showBorder = true,
this.showSlider = true,
this.bottomTitles,
this.leftTitles,
this.touchTooltipData,
this.xAxisTitle = '',
this.yAxisTitle = '',
this.betweenBarsData = const [],
super.key,
});