Configure the display format of numeric values
Configure the display format of numeric values, such as the unit, time format, and percentage.
Raw data
Execute the following statement to query the numbers of page views (PVs) and unique visitors (UVs) per 60 seconds based on NGINX access logs:
sql
* | select __time__ - __time__ % 60 as time, COUNT(*) + 300 as pv, approx_distinct(remote_addr) as uv GROUP BY time order by time limit 200Case 1: line chart (Pro)
- On the General Configurations tab, click Standard Configurations. The default value of the Format parameter is No Formatting. The following figure shows that the raw data is displayed in the y-axis and tooltips.

- Set the Format parameter to K,Mil,Bil or 1,000,000. The following figures show that the formatted data is displayed in the y-axis and tooltips.


Case 2: table (Pro)
- On the General Configurations tab, click Standard Configurations. The default value of the Format parameter is No Formatting. The following figure shows that the raw data is displayed in the y-axis and tooltips.

- Set the Format parameter to K,Mil,Bil or 1,000,000. The following figures show that the formatted data is displayed in the y-axis and tooltips.


precautions
The configurations in the Standard Configurations section of the General Configurations tab apply to all fields. If you want to configure different formats for multiple fields, go to the Field Configuration tab to configure specified fields. The following figure shows the time format configuration of the time field.

