stackedHorizontalBarRegistration top-level property
Implementation
final stackedHorizontalBarRegistration = ChartRegistration(
type: ChartType.stackedHorizontalBar,
typeString: 'stackedhorizontalbar',
aliases: const ['stacked_horizontal_bar'],
fromJson: BarChartConfig.fromJson,
description: 'Stacked horizontal bar chart',
tags: const ['cartesian', 'bar'],
);