⚠️ You are viewing documentation for an older version of Compose SDK.
Version:
# Type alias IndicatorStyleOptions
IndicatorStyleOptions:
GaugeIndicatorStyleOptions|NumericBarIndicatorStyleOptions|NumericSimpleIndicatorStyleOptions& {height:number;width:number; }
Configuration options that define functional style of the various elements of IndicatorChart
#
IndicatorStyleOptions.heightheight?:
numberTotal height of the component, which is considered in the following order of priority:
- Value passed to this property (in pixels).
- Height of the container wrapping this component
- Default value of 200px (for component without header) or 225px (for component with header).
#
IndicatorStyleOptions.widthwidth?:
numberTotal width of the component, which is considered in the following order of priority:
- Value passed to this property (in pixels)
- Width of the container wrapping this component
- Default value of 200px