-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration categories
Elliott Ridgway edited this page May 18, 2021
·
1 revision
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.
There are no properties for the categories section. You simply provide an array of String labels. Example:
"categories" : [
"Category1",
"Category2",
"Category3",
]
None.
None.