bulletRegistration top-level property
Implementation
final bulletRegistration = ChartRegistration(
type: ChartType.bullet,
typeString: 'bullet',
fromJson: BulletChartConfig.fromJson,
description: 'Bullet KPI chart',
tags: const ['radial', 'kpi'],
);