React PieChart - series.smallValuesGrouping
If you need to group specific chart segments into one, use the properties of the smallValuesGrouping configuration object.
You can group segments in two different modes. Use a 'topN' mode to group all segments that have an index that is equal to or greater than the value of the topCount property. To group all segments with the value less than the value of the threshold property, use a 'smallValueThreshold' mode.
By default, the resulting segment is called "others". To change this name, specify the groupName property.
groupName
Specifies the name of the grouped chart segment. This name represents the segment in the chart legend.
mode
If you need to group specific chart segments into one, set the properties of the smallValuesGrouping configuration object. Using the mode property of this object, you can define the grouping mode.
Use a 'topN' mode to group all segments with an index that is equal to or greater than the value of the topCount property.
To group all segments with a value less than the value of the threshold property, set a 'smallValueThreshold' mode.
To switch the grouping off, assign 'none' to the mode property.
If you have technical questions, please create a support ticket in the DevExpress Support Center.