customRegistration top-level property
Implementation
final customRegistration = ChartRegistration(
type: ChartType.custom,
typeString: 'custom',
aliases: const ['plugin'],
fromJson: v3custom.CustomChartConfig.fromJson,
description: 'Custom chart extension type',
tags: const ['common', 'custom'],
);