Merge "Add transparent"
This commit is contained in:
commit
0969e906f3
@ -44,6 +44,7 @@ class Base(object):
|
||||
'dashlist', 'graph', 'singlestat', 'text'),
|
||||
v.Optional('id'): int,
|
||||
v.Optional('format'): v.Any(self.formats, v.Length(min=1)),
|
||||
v.Optional('transparent'): v.All(bool),
|
||||
}
|
||||
|
||||
def get_schema(self):
|
||||
|
@ -34,6 +34,7 @@
|
||||
}
|
||||
],
|
||||
"title": "no title (click here)",
|
||||
"transparent": true,
|
||||
"type": "graph",
|
||||
"x-axis": true,
|
||||
"y-axis": true
|
||||
|
@ -10,6 +10,7 @@ dashboard:
|
||||
- title: no title (click here)
|
||||
type: graph
|
||||
datasource: graphite
|
||||
transparent: true
|
||||
targets:
|
||||
- target: "stats.gauges.afs.afs01_dfw_openstack_org.part.vicepa.total"
|
||||
refId: "A"
|
||||
|
Loading…
x
Reference in New Issue
Block a user