barBackgroundRegistration top-level property

ChartRegistration barBackgroundRegistration
final

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'],
);