nextGanttRegistration top-level property

ChartRegistration nextGanttRegistration
final

Implementation

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