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 |
---|---|---|---|
(Optional) Configure drillability; e.g. which parts of the visualization can be interacted with. | |||
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. | ||
string |
(Optional) Set title to use for exported files. | ||
ComponentType<ILoadingProps> |
(Optional) React component to display while loading data from the backend. | ||
string |
(Optional) Set Locale for visualization localization. |