calendarRegistration top-level property
Implementation
final calendarRegistration = ChartRegistration(
type: ChartType.calendar,
typeString: 'calendar',
fromJson: CalendarChartConfig.fromJson,
description: 'Calendar chart',
tags: const ['calendar'],
);