nextGanttRegistration top-level property
Implementation
final nextGanttRegistration = ChartRegistration(
type: ChartType.gantt,
typeString: 'gantt',
fromJson: GanttChartConfig.fromJson,
description: 'Next gantt chart',
tags: const ['flow', 'timeline'],
);