VisualizationSwitcherComponentProvider
Home > @gooddata/sdk-ui-dashboard > IDashboardCustomComponentProps > VisualizationSwitcherComponentProvider
IDashboardCustomComponentProps.VisualizationSwitcherComponentProvider property
Specify function to obtain custom component to use for rendering a visualization switcher.
Signature:
VisualizationSwitcherComponentProvider?: OptionalVisualizationSwitcherComponentProvider;
Remarks
- If not provided, the default implementation DefaultDashboardVisualizationSwitcher will be used. - If factory function is provided and it returns undefined, then the default implementation DefaultDashboardVisualizationSwitcher. This is useful if you want to customize just one particular visualization switcher and keep default rendering for the other visualization switchers.