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