FunnelSeries constructor
FunnelSeries(
- List<
FunnelData> dataList, { - FunnelAlign labelAlign = FunnelAlign.center,
- double? maxValue,
- Direction direction = Direction.vertical,
- Sort sort = Sort.empty,
- double gap = 2,
- Align2 align = Align2.center,
- StyleFun<
FunnelData, LabelStyle> ? labelStyleFun, - StyleFun<
FunnelData, LineStyle> ? labelLineStyleFun, - required StyleFun<
FunnelData, AreaStyle> areaStyleFun, - SNumber leftMargin = SNumber.zero,
- SNumber topMargin = SNumber.zero,
- SNumber rightMargin = SNumber.zero,
- SNumber bottomMargin = SNumber.zero,
- SNumber? width,
- SNumber? height,
- AnimatorProps? animation,
- bool touch = true,
- bool clip = true,
- ToolTip? tooltip,
- int z = 0,
Implementation
FunnelSeries(
this.dataList, {
this.labelAlign = FunnelAlign.center,
this.maxValue,
this.direction = Direction.vertical,
this.sort = Sort.empty,
this.gap = 2,
this.align = Align2.center,
this.labelStyleFun,
this.labelLineStyleFun,
required this.areaStyleFun,
super.leftMargin,
super.topMargin,
super.rightMargin,
super.bottomMargin,
super.width,
super.height,
super.animation,
super.touch,
super.clip,
super.tooltip,
super.z,
}) : super(
coordSystem: null,
calendarIndex: -1,
parallelIndex: -1,
polarAxisIndex: -1,
radarIndex: -1,
xAxisIndex: -1,
yAxisIndex: -1,
);