Configuration Item | Description |
Basic Info | Chart Name: Set the display name of the chart, which can be left empty. Description: Set the description information of the chart. |
Chart Style | Location: Set the region range displayed on the map. You can select China map or world map. It is set to Auto by default, in which case the map is automatically adapted to the region information contained in the data. Tag: When enabled, it displays administrative region names. |
Legend | Set the chart legends. You can control the legend styles and positions and add comparison data to legends. |
Numeric Format |
Configuration Item | Description |
Dimension field | A field containing geographic information. Country/province names in English, country codes, and province codes are currently supported. By default, a field of the string data type is selected. If no such field is available, you must manually specify a field. |
Metric field | Numerical field. By default, fields with the number data type are selected. If no number field exists, you must manually specify a field. |


* | select ip_to_province(client_ip) as province , count(*) as "number_of_visits" group by province order by "number_of_visits" desc limit 1000
* | select ip_to_country(client_ip) as country , count(*) as "number_of_visits" group by country order by "number_of_visits" desc limit 1000

Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários