coreScatterRegistration top-level property

ChartRegistration coreScatterRegistration
final

Implementation

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