barRegistration top-level property
Implementation
final barRegistration = ChartRegistration(
type: ChartType.bar,
typeString: 'bar',
aliases: const ['groupedbar', 'horizontalbar', 'stackedhorizontalbar'],
fromJson: BarChartConfig.fromJson,
description: 'Bar chart family',
tags: const ['cartesian', 'bar'],
);