nightingaleRegistration top-level property
Implementation
final nightingaleRegistration = ChartRegistration(
type: ChartType.nightingale,
typeString: 'nightingale',
aliases: const ['rose'],
fromJson: NightingaleChartConfig.fromJson,
description: 'Nightingale rose chart',
tags: const ['pie', 'polar'],
);