luci-app-statistics: cpufreq: tweak graphs
[project/luci.git] / applications / luci-app-statistics / luasrc / statistics / rrdtool / definitions / cpufreq.lua
index d3596637b22330223f4abf5ea138527b30ccd48b..cb7ae53afa6c76c20bb699ccf90ba24a3458e089 100644 (file)
@@ -48,12 +48,12 @@ function rrdargs( graph, plugin, plugin_instance, dtype )
                data = {
                        types = { "percent" },
                        options = {
-                               percent = { title = "%di Hz", negweight = true },
+                               percent = { title = "%di kHz", negweight = true },
                        }
                }
        }
 
-       return { cpufreq, transitions, percentage }
+       return { cpufreq, percentage, transitions }
     else
        return { cpufreq }
     end