World Map¶
Used to display the distribution of data across different geographical locations, with colors representing the magnitude of data.
Use Cases¶
- Display the distribution of data across different regions.
- Show the ranking of data magnitude in different regions.
Chart Query¶
Prerequisites
The Metrics query dataset must contain a tag representing "country", and the query condition must include a grouping by "country", otherwise the chart cannot be added successfully.
Supports four query methods:
- Simple Query
- Expression Query
- Promql Query
- Data Source Query
Multiple queries can be added, but the by (grouping) Tag must be consistent. Modifying one will automatically synchronize the changes to the others.
For more detailed explanations of chart query conditions, refer to Chart Query.
The chart query matches regions by country and colors by Metrics value:
| Option | Description |
|---|---|
| Country Tag | Select the tag representing the country. This tag must be a grouped tag in the query. The tag name does not necessarily have to be "country", as long as the value is a country. |
| Metrics | When multiple Metrics queries are added, the main displayed Metrics can be set. The "Main Display Metrics" determine the gradient color of the blocks. |