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