Skip to content

Choropleth Map

Choropleth Map is perfect for geographic analysis and visualizing spatial data across countries, regions, or city districts. 🚀



This chart is suitable for:

  • Geographic Data Analysis – Shows how a particular metric changes depending on the region.
  • Visualization of Large Data Sets – Provides a visual representation of value distribution instead of tables or lists.
  • Identifying Patterns and Inequalities – For example, income gaps between regions or the spread of diseases.

Typical Use Cases:

  • Demographic Data (Population density, prevalence of phenomena)
  • Monitoring Agricultural Land (Amount of land, profit)
  • Disease Spread Analysis (Number of cases)

yml Configuration example
yml
type: cluster
title: Регіональний розподіл
data:
  table: demo.parcel_object # Назва таблиці
  query: 1=1 # Запит

  metrics: # Розмір точки
    - obj_area
  cluster: region
  clusterTable:
    name: ato_new.region
    title: name_ua
  clusterZoom: 15
  columns: # додаткові колонки
    - obj_area
    - object_type