timelineRegistration top-level property
Implementation
final timelineRegistration = ChartRegistration(
type: ChartType.timeline,
typeString: 'timeline',
fromJson: TimelineChartConfig.fromJson,
description: 'Timeline chart',
tags: const ['flow', 'timeline'],
);