choroplethRegistration top-level property

ChartRegistration choroplethRegistration
final

Implementation

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