You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get slice labels to show on a donut with up to 8 slices. I tried to debug into DonutPieChart to see what the issue is, and as far as I can tell there is no code in DonutPieChart looking at the showSliceLabels argument or the related sliceLabel arguments in PieChartConfig. Am I missing something? Or is this a new yet to be completed feature? Anyone have this working? I'm using 2.1.0. The labels feature isn't useful in my case as I'm changing screens on slice select, so I never see the active label that there are drawText() ops for in DonutPieChart - they compose after I've left the screen, So I was hoping showSliceLabels = true would show the labels on all the slices, independent of active or not. But nothing happens.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I can't get slice labels to show on a donut with up to 8 slices. I tried to debug into DonutPieChart to see what the issue is, and as far as I can tell there is no code in DonutPieChart looking at the showSliceLabels argument or the related sliceLabel arguments in PieChartConfig. Am I missing something? Or is this a new yet to be completed feature? Anyone have this working? I'm using 2.1.0. The labels feature isn't useful in my case as I'm changing screens on slice select, so I never see the active label that there are drawText() ops for in DonutPieChart - they compose after I've left the screen, So I was hoping showSliceLabels = true would show the labels on all the slices, independent of active or not. But nothing happens.
Thanks in advance for any info
Beta Was this translation helpful? Give feedback.
All reactions