> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/self-service-visualization-4/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/self-service-visualization-4/chart-gallery/geo-chart.md).

# Geo chart

{% hint style="success" %}
*Check out the given illustration on the Geo chart Properties.*
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq1Y2nC9XDrWcLwg1gpYr%2Fuploads%2FRn9CqRIWs1ihS944X9aF%2FGeo%20chart%20Properties.mp4?alt=media&token=b99e2d4a-96d0-4084-9b49-2e4286c16f71>" %}
***Using Geo chart Properties***
{% endembed %}

Geo  chart uses geographic locations as the basis for displaying data. It is used to display data on a map, and can be used to show information such as population density, sales data, or weather patterns. Common types of Geo map charts include Choropleth maps which color regions according to data values, and point maps, which display data as individual points on the map. ​

The Leaflet is an open-source JavaScript library for creating interactive maps. It is designed to be lightweight and easy to use, and can be used to create a wide variety of map-based visualizations, including geo map charts.​ This chart is created using an open-source tool called Leaflet.​

## **Best Situations to Use a Geo chart**

To display widely spread data or processes in the geographical setup.

### **Examples**

* Sales: A point map can be used to display the locations of retail stores and their sales figures, allowing businesses to identify areas where sales are high or low.&#x20;
* To analyze the recruitment process​.

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark> The Geo chart will get plotted using data that contains longitude and latitude as dimension and need to specify the same in the cell type using the ellipsis option.*
{% endhint %}

<figure><img src="/files/IFQLV9CC4OEI7ur8yhF7" alt=""><figcaption><p><em><strong>Default Geo Chart View</strong></em></p></figcaption></figure>

## Properties

### General Settings

**Exclude Global Filter:** By enabling this option, the View gets excluded from the Global Filter.

**Geometry Type:** Select an option from the drop-down menu. the supported options are Marker, Clustered, Trail, and Trip.

### View Filter

**Filter**: Select a filter option from the drop-down.

### Range

**Dynamic Range**: Enable this option to access the dynamic range.

**Min Color**: Select a color for the minimum range.

**Max Color**: Select a color for the maximum range.

### Insights

* **Text:** *Provide any information regarding the chart. If any digit or character is required to be highlighted, put it inside two asterisks. (E.g., \*70%\* or \*skills\*).*
* **Font Size:** Set/modify Font Size of the Insights text.
* **Font Color:** Select a Font color for the Insights Text.
* **Text align:** There are three alignments to align the text.
  * Left
  * Right
  * Centre
* **Position:** There are two options to position the text.
  * Bottom
  * Right      &#x20;

<figure><img src="/files/lDIFHRpGfedPrQazn1F2" alt=""><figcaption><p>Properties tab for the Geo chart</p></figcaption></figure>

## Configuring Cell Type&#x20;

The user needs to configure the **Series Properties** for the dragged **Latitude** and **Longitude** dimensions to plot the Geo chart.

* Click the ellipsis icon for the dragged ***Latitude/ Longitude*** dimension.
* The Properties tab for the selected dimension opens on the right side.
* Select the ***Cell Type*** option with a valid option (Select Latitude for the dragged Latitude dimension and Longitude for the Longitude dimension).

<figure><img src="/files/YFIi9DPXUHEncQil1KPM" alt=""><figcaption><p><em><strong>Configuring the Longitude Category properties</strong></em></p></figcaption></figure>

&#x20;

<figure><img src="/files/WZithpqYq78nZxTS1ODG" alt=""><figcaption><p><em><strong>Configuring the Latitude Category properties</strong></em></p></figcaption></figure>

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark> The user can change the display by selecting an option from the **Geometry Type** drop-down menu.*
{% endhint %}

The display of the Geo chart gets changed based on the selected ***Geometry Type***.

<figure><img src="/files/HucRTj52xr9A2hvKghnF" alt=""><figcaption><p><strong>Geo Map with Clustered Geometry Type</strong></p></figcaption></figure>

<figure><img src="/files/pqhCynAVLO6Hhv7dNehW" alt=""><figcaption><p><strong>Geo Map with Trail Geometry Type</strong></p></figcaption></figure>

## Displaying Trip Geometry Type

The user must drag and drop required Dimensions and Measures to plot a View with Geo chart. Make sure that a relevant ***Measure*** has been dragged to the Dimensions/Measures box. E.g., **tripvalue** in the given example.

* Click the ellipsis icon provided for the dragged Measure.
* The ***Properties tab*** for that dragged ***Measure*** opens on the right side.
* Select the ***Cell Type*** option as ***Trip Event***.

<figure><img src="/files/CVbI3VodjFBKj6P9PXQo" alt=""><figcaption><p><em><strong>Cell Type for the dragged Measure</strong></em></p></figcaption></figure>

* Open the **Chart Properties**.
* Make sure that the selected **Geometry Type** is ***Trip***.

<figure><img src="/files/PIEGBQUT2EbOjTy2kM5K" alt=""><figcaption><p><em><strong>Geometry Type selected as Trip</strong></em></p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bdb.ai/self-service-visualization-4/chart-gallery/geo-chart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
