Type alias KpiTitleStyleOptions Beta
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 Value
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 Value
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 Value
true
text
text?: string
Title text. Defaults to the value measure title.