luci-app-statistics: add noavg option
authorFlorian Eckert <fe@dev.tdt.de>
Tue, 18 Aug 2020 10:50:46 +0000 (12:50 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 8 Sep 2020 04:57:35 +0000 (07:57 +0300)
commit4d3f61d7c7ad9af61749eeab5183562a21494dfc
treeffaf338d9791f6e721866f8c43a173ae8c150d29
parent8b1294fc8d428b92d52b662f80f0339f2698bf4b
luci-app-statistics: add noavg option

It is sometimes useful not to display avg values int the graph.
This option is used to prevent this from appearing in the graph.
In a graph definition this option must be set to *true*,
 if the avg values should not be displayed.

```
options = {
gauge = {
title = "Status",
color = "0000ff",
noarea = true,
noavg = true
}
```

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool.js