UFunnelChart constructor
const
UFunnelChart({
- required List<
ChartData> data, - ChartLegendPosition legendPosition = ChartLegendPosition.left,
- ChartOverflowMode overflowMode = ChartOverflowMode.wrap,
- bool showLegend = true,
- bool enableTooltip = true,
- String height = "100%",
- String width = "100%",
- double animationDuration = 1000,
- DataLabelSettings dataLabelSettings = const DataLabelSettings(isVisible: true),
- Key? key,
Implementation
const UFunnelChart({
required this.data,
this.legendPosition = ChartLegendPosition.left,
this.overflowMode = ChartOverflowMode.wrap,
this.showLegend = true,
this.enableTooltip = true,
this.height = "100%",
this.width = "100%",
this.animationDuration = 1000,
this.dataLabelSettings = const DataLabelSettings(isVisible: true),
super.key,
});