calendarRegistration top-level property

ChartRegistration calendarRegistration
final

Implementation

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