IVisualizationProps
Home > @gooddata/sdk-ui > IVisualizationProps
IVisualizationProps interface
Super-interface for all visualization props.
Signature:
export interface IVisualizationProps
Remarks
Charts, tables or anything else - all should have these basic props.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
drillableItems? | ExplicitDrill[] | (Optional) Configure drillability; e.g. which parts of the visualization can be interacted with. | |
ErrorComponent? | React.ComponentType<IErrorProps> | (Optional) React component to display in the event when there is an error with either obtaining the data from backend or with the data itself. | |
exportTitle? | string | (Optional) Set title to use for exported files. | |
LoadingComponent? | React.ComponentType<ILoadingProps> | (Optional) React component to display while loading data from the backend. | |
locale? | string | (Optional) Set Locale for visualization localization. |