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