Skip to content

Configuration categories

Elliott Ridgway edited this page May 18, 2021 · 1 revision

Configuration Documentation: categories

The "categories" section of a Watchr config provides the global specification for possible categories that a graph can belong to. The concept of categories provides a useful way to filter and group graphs.

Properties

There are no properties for the categories section. You simply provide an array of String labels. Example:

"categories" : [
	"Category1",
	"Category2",
	"Category3",
]

Child Elements

None.

Parent Element

None.

Clone this wiki locally