bubbleRegistration top-level property

ChartRegistration bubbleRegistration
final

Implementation

final bubbleRegistration = ChartRegistration(
  type: ChartType.bubble,
  typeString: 'bubble',
  fromJson: ScatterChartConfig.fromJson,
  description: 'Bubble chart',
  tags: const ['cartesian', 'scatter'],
);