nextWaterfallRegistration top-level property

ChartRegistration nextWaterfallRegistration
final

Implementation

final nextWaterfallRegistration = ChartRegistration(
  type: ChartType.waterfall,
  typeString: 'waterfall',
  fromJson: WaterfallChartConfig.fromJson,
  description: 'Next waterfall chart',
  tags: const ['flow'],
);