luci-app-statistics: improve scaling of the associated stations graph
Improve scaling of the associated stations graph on the wireless page.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit dccf485922
)
This commit is contained in:
parent
18d9c672c0
commit
ae4f8d5cd8
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ function rrdargs( graph, plugin, plugin_instance )
|
|||
local stations = {
|
||||
title = "%H: Associated stations on %pi",
|
||||
vlabel = "Stations",
|
||||
y_min = "0",
|
||||
alt_autoscale_max = true,
|
||||
number_format = "%3.0lf",
|
||||
data = {
|
||||
types = { "stations" },
|
||||
|
|
Loading…
Reference in a new issue