I have this hierarchy in a Tab Container within my view. I have it set up so FlexContainer_1
is a row and FlexContainer_0
and FlexContainer
(I apologize for the awful names) are columns within the row container.
Inside each of these inner Flex Containers is a single pie chart. I’m trying to get the pie charts to display side-by-side but no matter what I do, some text from the labels is cut off from either side, like this:
It’s like the pie chart isn’t resizing itself properly within its container.
Is this a bug, or is there some option or style property I should be using that would fix my problem?