percentageValues property

bool percentageValues
final

If true then the data values provided will determine what percentage of the circle this segment occupies i.e: a value of 100 is the full circle.

Otherwise the data is normalized such that the sum of all values in each stack is considered to encompass 100% of the circle.

defaults to false.

Implementation

final bool percentageValues;