Type alias IndicatorRenderOptions
IndicatorRenderOptions:
object
Indicator render options.
Type declaration
secondary
secondary: object
The secondary value options.
secondary.colorcolor:
stringThe secondary value color.
secondary.datadata:
numberThe secondary value data.
secondary.fontWeightfontWeight:
stringThe secondary value font weight.
secondary.texttext:
stringThe secondary value text.
secondaryTitle
secondaryTitle: object
The secondary title options.
secondaryTitle.colorcolor:
stringThe secondary title color.
secondaryTitle.texttext:
stringThe secondary title text.
title
title: object
The title options.
title.colorcolor:
stringThe title color.
title.texttext:
stringThe title text.
value
value: object
The primary value options.
value.colorcolor:
stringThe primary value color.
value.datadata:
numberThe primary value data.
value.texttext:
stringThe primary value text.