barBackgroundRegistration top-level property
Implementation
final barBackgroundRegistration = ChartRegistration(
type: ChartType.barBackground,
typeString: 'barbackground',
aliases: const ['barwithbackground', 'bartrack'],
fromJson: v3bar.BarBackgroundChartConfig.fromJson,
description: 'Bar chart with background track',
tags: const ['cartesian', 'bar'],
);