Hi.
I'm encountering a bit of UI problem in my graphs as the average is showing 4 decimal places. I want the graph to display only up to 2 decimal, if not none at all. The item is already preprocessed with javascript function "return parseFloat(value).toFixed(2);"
How do I exactly go about removing these extra decimal places.
Thanks!
Zabbix 6.4.12
I'm encountering a bit of UI problem in my graphs as the average is showing 4 decimal places. I want the graph to display only up to 2 decimal, if not none at all. The item is already preprocessed with javascript function "return parseFloat(value).toFixed(2);"
How do I exactly go about removing these extra decimal places.
Thanks!
Zabbix 6.4.12