luci-app-statistics: add noavg option 4408/head
authorFlorian Eckert <fe@dev.tdt.de>
Tue, 18 Aug 2020 10:50:46 +0000 (12:50 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Wed, 2 Sep 2020 13:43:24 +0000 (15:43 +0200)
commit64bb82d034a49c29822884340962c8bfa426f851
treed0cd423b7a1be545980b6b920027fc29309c30c0
parent4befacfef526398ded28664d51378c7b2f2e46e6
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