gaugeRegistration top-level property

ChartRegistration gaugeRegistration
final

Implementation

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