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