# Type alias IndicatorRenderOptions

IndicatorRenderOptions: object

Indicator render options.

# Type declaration

# secondary

secondary: object

The secondary value options.

# secondary.color

color: string

The secondary value color.

# secondary.data

data: number

The secondary value data.

# secondary.fontWeight

fontWeight: string

The secondary value font weight.

# secondary.text

text: string

The secondary value text.


# secondaryTitle

secondaryTitle: object

The secondary title options.

# secondaryTitle.color

color: string

The secondary title color.

# secondaryTitle.text

text: string

The secondary title text.


# title

title: object

The title options.

# title.color

color: string

The title color.

# title.text

text: string

The title text.


# value

value: object

The primary value options.

# value.color

color: string

The primary value color.

# value.data

data: number

The primary value data.

# value.text

text: string

The primary value text.