The color of the bar or marker for the data item. This override can be used to highlight important values or thresholds.
The high value for range bar/area. Define 'low' and 'high' instead of 'value' to create a range bar/area spark chart.
The low value for range bar/area. Define 'low' and 'high' instead of 'value' to create a range bar/area spark chart.
Defines whether a marker should be displayed for the data item. Only applies to line and area spark charts.
The shape of the data markers. Can take the name of a built-in shape or the SVG path commands for a custom shape. Only applies to line and area spark charts.
The size of the data markers in pixels. Only applies to line and area spark charts.
The CSS style class to apply to the data item. The style class and inline style will override any other styling specified through the properties. For tooltips and hover interactivity, it's recommended to also pass a representative color to the item color attribute.
Since 18.1.0. The svgClassName property is deprecated. This API is not recommended in Redwood theme. Use other customization APIs where appropriate.
The inline style to apply to the data item. The style class and inline style will override any other styling specified through the properties. For tooltips and hover interactivity, it's recommended to also pass a representative color to the item color attribute. 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.
The value of the data item.
Generated using TypeDoc
The default border color for the data items.