luci-app-statistics: tweak 'cpufreq' number formatting
Adjust number formatting to display >1GHz values better. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
df3c8728b9
commit
4343b2f13d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ function rrdargs( graph, plugin, plugin_instance, dtype )
|
|||
title = "%H: Processor frequency",
|
||||
alt_autoscale = true,
|
||||
vlabel = "Frequency (Hz)",
|
||||
number_format = "%4.0lf%s",
|
||||
number_format = "%3.2lf%s",
|
||||
data = {
|
||||
instances = {
|
||||
cpufreq = { "3", "2", "1", "0" }
|
||||
|
|
Loading…
Reference in a new issue