Fields
-
drilling :"on"|"off"|"inherit"
-
Whether drilling is enabled on the group label. Drillable objects will show a pointer cursor on hover and fire an
ojDrillevent on click. To enable drilling for all group labels at once, use the drilling attribute in the top level.- Default Value:
"inherit"
Supported Values:
Value "inherit""off""on" -
labelStyle :CSSStyleDeclaration
-
The CSS style object defining the style of the group label text. Supports color, fontFamily, fontSize, fontStyle, fontWeight, textDecoration, cursor, backgroundColor, borderColor, borderRadius, and borderWidth properties. Only applies to a categorical axis.
-
name :string
-
The name of the group.
-
shortDesc :string
-
The description of the group. This is used for customizing the tooltip text and only applies to a categorical axis.