pieLabelAlignRegistration top-level property
Implementation
final pieLabelAlignRegistration = ChartRegistration(
type: ChartType.pieLabelAlign,
typeString: 'pielabelalign',
aliases: const ['alignedlabels'],
fromJson: PieLabelAlignConfig.fromJson,
description: 'Pie label align chart',
tags: const ['pie'],
);