Configuration Item | Description |
Basic information | Chart Name: Set the display name of the chart, which can be left empty. Description: Set the description of the chart. |
Chart Style | Maximum Number of Displayed Entries: Control the maximum number of words to be displayed, i.e., top N words. Up to III words can be displayed. Font Size: Control the font size range of words in the word cloud. |
Numeric Format |
Configuration Item | Description |
Phrase Field | A field whose values are displayed as entries. 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 30
피드백