choroplethRegistration top-level property
Implementation
final choroplethRegistration = ChartRegistration(
type: ChartType.choropleth,
typeString: 'choropleth',
aliases: const ['map', 'geomap'],
fromJson: v3choro.ChoroplethChartConfig.fromJson,
description: 'Choropleth map chart',
tags: const ['geo'],
);