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

Type alias KpiRenderOptions Beta

KpiRenderOptions: object

Render options of a KPI chart, as computed from the query result. Passed to KpiBeforeRenderHandler for customization before painting.

Type declaration

comparison

comparison?: KpiComparisonInfo


sparklinePoints

sparklinePoints?: { x: number; y: null | number; }[]


value

value?: number


valueColor

valueColor?: string


valuePeriodMs

valuePeriodMs?: number


valueTitle

valueTitle: string

Last Updated: