ratio
Home > @gooddata/sdk-model > MeasureBuilder > ratio
MeasureBuilder.ratio property
Indicates that the measure values should be calculated as percent contributions to the total unsliced value.
Signature:
ratio: (value?: boolean) => this;
Remarks
This method works as 'turn-on-toggle' by default, however you can specify the actual boolean parameter and turn the ratio computation off using this method.