timelineRegistration top-level property

ChartRegistration timelineRegistration
final

Implementation

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