DChartPieO constructor
const
DChartPieO({
- Key? key,
- required List<
OrdinalData> data, - bool animate = false,
- ConfigRenderPie? configRenderPie = const ConfigRenderPie(),
- Duration animationDuration = const Duration(milliseconds: 300),
- CustomLabelO? customLabel,
- void onUpdatedListener(
- OrdinalData data
- void onChangedListener(
- OrdinalData data
Ordinal Pie Chart
Implementation
const DChartPieO({
super.key,
required this.data,
this.animate = false,
this.configRenderPie = const ConfigRenderPie(),
this.animationDuration = const Duration(milliseconds: 300),
this.customLabel,
this.onUpdatedListener,
this.onChangedListener,
});