Skip to content
Commit 4d3f61d7 authored by Florian Eckert's avatar Florian Eckert Committed by Hannu Nyman
Browse files

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: default avatarFlorian Eckert <fe@dev.tdt.de>
parent 8b1294fc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment