cdc1df0e27
This is important for stacked graphs so that the tooltip can show individual, rather than cumulative values (which makes the most sense for our node graphs). Also, sort the elements in the schema. I think keeping them all in order makes more sense than required/optional sections. Change-Id: Ie542dc4d0e151a00e84cc970c2cfa8c02377d7bf
13 lines
245 B
YAML
13 lines
245 B
YAML
# -*- coding: utf-8 -*-
|
|
|
|
dashboard:
|
|
title: New dashboard
|
|
rows:
|
|
- title: New row
|
|
height: 250px
|
|
panels:
|
|
- title: no title (click here)
|
|
type: graph
|
|
tooltip:
|
|
value_type: individual
|