horizontalBarRegistration top-level property
Implementation
final horizontalBarRegistration = ChartRegistration(
type: ChartType.horizontalBar,
typeString: 'horizontalbar',
aliases: const ['horizontal_bar'],
fromJson: BarChartConfig.fromJson,
description: 'Horizontal bar chart',
tags: const ['cartesian', 'bar'],
);