-
Notifications
You must be signed in to change notification settings - Fork 0
Geo Map Chart
A geo map chart is a visual representation of data on a geographical map. It uses colors to show information about different locations, helping users understand patterns, trends, or variations across regions. This type of chart is often used to display data related to geography, such as population distribution, sales by region, or any other information that is location-specific. It provides a clear and intuitive way to grasp spatial relationships and analyze data in the context of a map.
To add a Geo Chart in Resseract Lite follow these steps
- In the menu on the left, select
Geo Map
- Select the
Data Key
on which you want to plot this chart. - Select
Map Type
. Feel free to create an issue if you want us to add/support more maps. - Select
Group By Axis (X)
from the given list which has contains country/state names as per below list. - You can add either columns or expression on the map
- Select
Value Columns
from the list. Data from these columns will be aggregated and appear on the map - (OR)
- Add a expression. The output of this expression would be plotted on map.
- Select
Note that only column or one expression can be added on the same geo map widget
For more details how to configure the widget please refer this page
Map Name | Description | Example |
---|---|---|
INDIA | Map of States of India | Data on X Axis should contain values like Madhya Pradesh , Karnataka , Maharashtra , etc. |
WORLD | World Map of Countries | Data on X Axis should contain values like United States of America , India , Russia , etc. |
US | Map of States of US & Cananda | Data on X Axis should contain values like New Mexico , New York , Washington , etc. |
Create an issue here if you want us to add/support more maps.