diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-20 19:00:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-20 19:00:17 +0000 |
commit | 174e045fb42207b7c10ff8e5d6feb38873149e3a (patch) | |
tree | f0602a2f8d51a7a1fd6ec5cb82f7eed04600cbbf /applications/luci-livestats/luasrc/view/livestats/traffic.htm | |
parent | c951eeb00878768a0f03803c5eccad4e977d985e (diff) |
* luci/app/livestats: fix load diagram, improvements for diagram layout, fix menu order
Diffstat (limited to 'applications/luci-livestats/luasrc/view/livestats/traffic.htm')
-rw-r--r-- | applications/luci-livestats/luasrc/view/livestats/traffic.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-livestats/luasrc/view/livestats/traffic.htm b/applications/luci-livestats/luasrc/view/livestats/traffic.htm index d914fddc44..083b5cc2e6 100644 --- a/applications/luci-livestats/luasrc/view/livestats/traffic.htm +++ b/applications/luci-livestats/luasrc/view/livestats/traffic.htm @@ -32,7 +32,7 @@ [ "1", "received Bytes/s", "9", "transmitted Bytes/s" ], // Graph layout options - { shouldFill: false, strokeColor: null, + { shouldFill: true, drawBackground: false, strokeColor: null, strokeColorTransform: "asFillColor", title: 'Traffic on interface "%s"', separateDS: true, strokeWidth: 0.5, height: 140, |