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 |
---|---|---|---|
config? | IChartConfig | (Optional) Configure chart's behavior and appearance. | |
execConfig? | IExecutionConfig | (Optional) Execution configuration, will provide the execution with necessary config before initiating execution. | |
height? | number | (Optional) Set height of the chart (in pixels). | |
width? | number | (Optional) Set width of the chart (in pixels). |