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