The border width of the item in pixels. Does not apply if custom image is specified.
An array of category strings corresponding to this item. If not specified, defaults to the item id or name. This enables highlighting and filtering of individual data items through interactions with other visualization elements.
The color of the item. Does not apply if custom image is specified.
The number of columns each shape (or custom image) spans. Used for creating a pictoChart with mixed item sizes.
Specifies the number of times that the shape (or custom image) is drawn. Fractional counts (such as 4.5) are supported; however, fractions other than the multiples of 0.5 should be avoided because the fractional rendering ignores the gaps between shapes and the irregularity of the shapes.
Whether drilling is enabled for the item. Drillable items will show a pointer cursor on hover and fire an ojDrill event on click (double click if selection is enabled). To enable drilling for all items at once, use the drilling attribute in the top level.
The item id. The item id should be set by the application if the DataProvider is not being used.
The name of the item. Used for default tooltip and accessibility.
The number of rows each shape (or custom image) spans. Used for creating a pictoChart with mixed item sizes.
The shape of the item. Can take the name of a built-in shape or the SVG path commands for a custom shape. "None" will make the item transparent and can be used to create gaps. Does not apply if custom image is specified.
Short description string for accessibility users.
The URI of the custom image. If specified, it takes precedence over shape.
The optional URI for the hover state. If not specified, the source image will be used.
The optional URI for the hover selected state. If not specified, the source image will be used.
The optional URI for the selected state. If not specified, the source image will be used.
The CSS style class to apply to the item. The style class and inline style will override any other styling specified with other properties. For tooltip interactivity, it's recommended to also pass a representative color to the item color attribute. Does not apply if custom image is specified.
The inline style to apply to the item. The style class and inline style will override any other styling specified with other properties. For tooltip interactivity, it's recommended to also pass a representative color to the item color attribute. Does not apply if custom image is specified. Only SVG CSS style properties are supported.
Since 18.1.0. The svgStyle property is deprecated. This API is not recommended in Redwood theme. Use other customization APIs where appropriate.
Generated using TypeDoc
The border color of the item. Does not apply if custom image is specified.