nextSankeyRegistration top-level property

ChartRegistration nextSankeyRegistration
final

Implementation

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