I'm hoping to find a better way to display legends and/or data labels for pie charts. In mobile view, the data labels become cut off and often overlap each other. The legend is a better option for mobile view, however when a user clicks on a legend item, the corresponding slice is removed from the pie chart. Does anyone know of a way to turn off this feature? Or a better way to display the categories and category values/percentages?
Hi @Sara__ ,
Thanks for your feedback.
It is a known limitation that data label maybe cut off when chart size is small. The workaround is to turn on label optimization options as below and also adjust the label offset to make the labels closer to the slice.
Another thing you can do is make a separate chart to customize a different setting on mobile, where you can rename the slice to make it shorter. Or check off percentage/value display to make label shorter on mobile.
"when a user clicks on a legend item, the corresponding slice is removed from the pie chart. "
This is expected behavior as the corresponding category when click its legend will be filter out.