ICommonChartProps
Home > @gooddata/sdk-ui-charts > ICommonChartProps
ICommonChartProps interface
Props applicable for all charts
Signature:
export interface ICommonChartProps extends IVisualizationProps, IChartCallbacks
Extends: IVisualizationProps, IChartCallbacks
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
(Optional) Configure chart's behavior and appearance. | |||
(Optional) Execution configuration, will provide the execution with necessary config before initiating execution. | |||
number |
(Optional) Set height of the chart (in pixels). | ||
number |
(Optional) Set width of the chart (in pixels). |