Pie charts stop rendering percentage when grouped by items is greater then 8 Description When creating a pie chart, each slice of the pie chart renders a specific percentage on the chart. For example, when there are eight items grouped by eight different states, the percentages in the problem render correctly. When another problem state is added to increase the total to nine, the percentages stop rendering. Workaround Set the property: glide.ui.chart.pie.labels.max_items Set the maximum number of pie chart slices to display labels. This property is applicable to charts generated by using the charting v1 plugin. Type: integerDefault value: 8 Related Problem: PRB594998