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