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>
This commit is contained in:
Hannu Nyman 2015-10-25 10:11:35 +02:00
parent 2a9b2107ba
commit dccf485922

View file

@ -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" },