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