summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-livestats/luasrc/view/livestats/wireless.htm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-20 19:00:17 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-20 19:00:17 +0000
commit174e045fb42207b7c10ff8e5d6feb38873149e3a (patch)
treef0602a2f8d51a7a1fd6ec5cb82f7eed04600cbbf /applications/luci-livestats/luasrc/view/livestats/wireless.htm
parentc951eeb00878768a0f03803c5eccad4e977d985e (diff)
* luci/app/livestats: fix load diagram, improvements for diagram layout, fix menu order
Diffstat (limited to 'applications/luci-livestats/luasrc/view/livestats/wireless.htm')
-rw-r--r--applications/luci-livestats/luasrc/view/livestats/wireless.htm3
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/luci-livestats/luasrc/view/livestats/wireless.htm b/applications/luci-livestats/luasrc/view/livestats/wireless.htm
index 2ee60139e..2e34df978 100644
--- a/applications/luci-livestats/luasrc/view/livestats/wireless.htm
+++ b/applications/luci-livestats/luasrc/view/livestats/wireless.htm
@@ -17,7 +17,8 @@
[ "Noise level", null, "Signal level", null ],
// Graph layout options
- { yAxis: [ 0, 150 ], title: 'Wifi Interface "%s": Signal and Noise',
+ { drawBackground: false, yAxis: [ 0, 150 ],
+ title: 'Wifi Interface "%s": Signal and Noise',
padding: { left: 40, right: 10, top: 10, bottom: 20 } }
);
}