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