stackMeasuresToPercent
Home > @gooddata/sdk-ui-charts > IChartConfig > stackMeasuresToPercent
IChartConfig.stackMeasuresToPercent property
This turns on measure stacking and client-side calculation of percentage contribution.
Signature:
stackMeasuresToPercent?: boolean;
Remarks
Applicable for Area, Bar, Column and Combo charts which have more than one measure.
This option has preference over the stackMeasures
option.