✅ You are viewing documentation for the latest version of Compose SDK.
Version:
# Type alias IndicatorComponents
IndicatorComponents:
object
Configuration options that define components of an indicator chart.
# Type declaration
# labels
labels?: object
The value labels of the indicator chart
#
labels.shouldBeShownshouldBeShown:
booleanWhether the labels should be shown
# secondaryTitle
secondaryTitle?: object
The secondary title of the indicator chart to be shown when secondary is specified in IndicatorChartDataOptions
#
secondaryTitle.texttext?:
stringThe text of the secondary title
# ticks
ticks?: object
The ticks displayed on the indicator chart
#
ticks.shouldBeShownshouldBeShown:
booleanWhether the ticks should be shown
# title
title?: object
The main title of the indicator chart
#
title.shouldBeShownshouldBeShown:
booleanWhether the title should be shown
#
title.texttext?:
stringThe text of the title