Type alias KpiSparklineStyleOptions Beta
KpiSparklineStyleOptions:
object
Configuration that defines styling of the KPI chart sparkline. The sparkline is rendered only when KpiChartDataOptions.trend is set.
Type declaration
chartType
chartType?: KpiSparklineType
Chart type of the sparkline.
Default Value
'area'
enabled
enabled?: boolean
Boolean flag that defines whether the sparkline is shown.
Default Value
true when KpiChartDataOptions.trend is set