NestedPieChartConfig constructor
NestedPieChartConfig({
- required List<
PieRing> rings, - ChartTheme theme = ChartTheme.light,
- double ringGap = 8.0,
- double padAngle = 0.02,
- TitlesData? title,
- ChartTooltip? tooltip,
- ChartLegend? legend,
- ChartToolbox? toolbox,
- GridData? grid,
Implementation
NestedPieChartConfig({
required this.rings,
this.theme = ChartTheme.light,
this.ringGap = 8.0,
this.padAngle = 0.02,
super.title,
super.tooltip,
super.legend,
super.toolbox,
super.grid,
}) : super(type: ChartType.nestedPie, series: const []);