gaugeRegistration top-level property
Implementation
final gaugeRegistration = ChartRegistration(
type: ChartType.gauge,
typeString: 'gauge',
fromJson: GaugeChartConfig.fromJson,
description: 'Gauge chart',
tags: const ['radial', 'gauge'],
);