dualAxis
Home > @gooddata/sdk-ui-charts > IChartConfig > dualAxis
IChartConfig.dualAxis property
This turns on dual axis support for ComboChart visualization.
Signature:
dualAxis?: boolean;
Remarks
Applicable for ComboChart only. When combo chart specifies both primary and secondary measures, it is by default treated as dual-axis chart. Both primary and secondary axis will be visible.
To turn the secondary axis off for ComboChart, set dualAxis: false