donutRegistration top-level property
Implementation
final donutRegistration = ChartRegistration(
type: ChartType.donut,
typeString: 'donut',
fromJson: PieChartConfig.fromJson,
description: 'Donut chart',
tags: const ['pie', 'core'],
);
final donutRegistration = ChartRegistration(
type: ChartType.donut,
typeString: 'donut',
fromJson: PieChartConfig.fromJson,
description: 'Donut chart',
tags: const ['pie', 'core'],
);