IInsightBodyProps
Home > @gooddata/sdk-ui-dashboard > IInsightBodyProps
IInsightBodyProps interface
Insight body props.
Signature:
export interface IInsightBodyProps extends Partial<IVisualizationCallbacks>
Extends: Partial<IVisualizationCallbacks>
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
Backend to work with. | |||
IColorPalette | undefined |
Configure color palette to use for the chart. If you do not specify this, then the palette will be obtained from style settings stored on the backend. | ||
{ mapboxToken?: string; agGridToken?: string; separators?: ISeparators; forceDisableDrillOnAxes?: boolean; isExportMode?: boolean; selectedPoints?: IDrillEventIntersectionElement[][]; } |
Additional config that should be passed to the underlying visualization. | ||
ExplicitDrill[] | undefined |
Configure chart drillability; e.g. which parts of the charts can be clicked. | ||
(Optional) This property contains current drill step context. It is undefined if rendered insight is placed directly in the dashboard. It is defined when the insight is rendered in a drill dialog. | |||
ComponentType<IErrorProps> |
Component to render if embedding fails. | ||
(Optional) Contains configuration that should be part of insight execution | |||
The insight to render. | |||
ComponentType<ILoadingProps> |
Component to render while the insight is loading. | ||
Locale to use for localization of texts appearing in the chart. Note: text values coming from the data itself are not localized. | |||
IUserWorkspaceSettings | undefined |
The current user settings. | ||
Definition of insight widget to render. | |||
string |
Workspace where the insight exists. |