✅ You are viewing documentation for the latest version of Compose SDK.
Version:
# Function toChartWidgetProps
toChartWidgetProps(
widgetModel
):ChartWidgetProps
Translates a WidgetModel to the props for rendering a chart widget.
# Parameters
Parameter | Type |
---|---|
widgetModel | WidgetModel |
# Returns
# Example
<ChartWidget {...widgetModelTranslator.toChartWidgetProps(widgetModel)} />
Note: this method is not supported for pivot widgets.