grafyaml/tests/schema/fixtures/dashboard-0012.yaml
James E. Blair cdc1df0e27 Add tooltip customization support
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
2016-01-07 14:15:47 -08:00

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