ComboChart
Home > @gooddata/sdk-ui-charts > ComboChart
ComboChart variable
Combo chart combines two types of visualizations, for example, a column chart and a line chart.
Signature:
ComboChart: (props: IComboChartProps) => React.JSX.Element
Remarks
A combo chart can have one or two axes. If a combo chart has two axes, it is often referred to as a dual axis chart.
By default, a combo chart is displayed as a combination of a column chart and a line chart, with the secondary axis enabled (you can disable it).
The chart types used to display primary and secondary measures can be customized in IChartConfig.
See IComboChartProps to learn how to configure the ComboChart and the combo chart documentation for more information.