luci-app-statistics: rearrange graph display
[project/luci.git] / applications / luci-app-statistics / htdocs / luci-static / resources / statistics / rrdtool / definitions / cpufreq.js
index c12260ea9d9308d854a9306861dbb783731fd482..6f4d52deb2aec8e0a21f9c8da8c3bb7270be0f18 100644 (file)
@@ -22,6 +22,7 @@ return L.Class.extend({
 
            if (uci.get("luci_statistics", "collectd_cpufreq", "ExtraItems")) {
                        var transitions = {
+                               detail: true,
                                title: "%H: Frequency transitions - core %pi",
                                alt_autoscale: true,
                                vlabel: "Transitions",
@@ -35,6 +36,7 @@ return L.Class.extend({
                        };
 
                        var percentage = {
+                               detail: true,
                                title: "%H: Frequency distribution - core %pi",
                                alt_autoscale: true,
                                vlabel: "Percent",