coreStackedBarRegistration top-level property
Implementation
final coreStackedBarRegistration = ChartRegistration(
type: ChartType.stackedBar,
typeString: 'stackedbar',
aliases: const ['stacked_bar'],
fromJson: BarChartConfig.fromJson,
description: 'Stacked bar chart',
tags: const ['core', 'cartesian', 'bar'],
);