sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Type alias KpiTitleStyleOptions

KpiTitleStyleOptions: object

Configuration that defines styling of the KPI card title.

Type declaration

enabled

enabled?: boolean

Boolean flag that defines whether the whole title section (title text and category caption) is shown.

Default

true

showCategoryTitle

showCategoryTitle?: boolean

Boolean flag that defines whether the current category bucket caption (e.g. 'DEC 2013') is shown within the title section. Applicable when KpiChartDataOptions.category is set.

Default

true

showValueTitle

showValueTitle?: boolean

Boolean flag that defines whether the title text (the text override, or the value measure's title) is shown within the title section.

Default

true

text

text?: string

Title text.

Default

the value measure's title

Last Updated: