measures
Home > @gooddata/sdk-ui-charts > IDonutChartBucketProps > measures
IDonutChartBucketProps.measures property
Specify one or more measures to segment the donut chart.
Signature:
measures: AttributeMeasureOrPlaceholder | AttributesMeasuresOrPlaceholders;
Remarks
If you specify a single measure, then you may further specify the viewBy attribute - there will be donut slice per attribute value.
If you specify multiple measures, then there will be a donut slice for each measure value. You may not specify the viewBy in this case.