Series Group Config
Configure the grouping of series.
seriesGroups is a list section: it takes an array of config objects (a single object is also accepted and treated as a one-entry array). Values shared by every entry can be set once in seriesGroupDefaults; a value set on an individual entry wins over the shared one.
- Validation: should be an array with elements that should be an object with any of the properties {
id,ignore}
Every property is optional and falls back to its default. Property anchors are stable: link to any entry as #seriesGroups.propertyName, and to a member of a nested property as #seriesGroups.propertyName.memberName.
id
The unique identifier for the series group so it can be referenced by series that belong to it.
- Default:
SG${index} - Validation:
should be a string of letters, digits, dashes and underscores;should be unique - Used in: Grouped series · Error bars · Bar caps · Stacked & Grouped · Error Bars · +2 more
ignore
Whether to ignore this series group and treat it as though it were not specified.
- Default:
false - Validation:
should be a boolean