IDashboardKpiCustomizer
Home > @gooddata/sdk-ui-dashboard > IDashboardKpiCustomizer
IDashboardKpiCustomizer interface
Set of functions you can use to customize how KPIs are rendered.
Signature:
export interface IDashboardKpiCustomizer
Methods
Method | Description |
---|---|
withCustomDecorator(providerFactory) | Register a factory for insight decorator providers. |
withCustomProvider(provider) | Register a provider for React components to render insights. |