bulletRegistration top-level property

ChartRegistration bulletRegistration
final

Implementation

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