UI Builder - Data visualization component, column visualizations does not size properlyIssue When displaying the chart on the UI Builder, the chart isn't sized correctly despite the size configurations that were set for it. Example: Size of the chart is set to Large in the configurations but is minuscule when displayed. There is an attached video to give you an example of the issue that you may be facing. Steps to Reproduce 1. Add the Data Visualization component to your desired page2. Configure it to be a column type, table task, change group by to state 3. Enable show header4. Set header to something long like "My accounts by due date per manager"5. Open the page and hover on the right side of the graph, notice it resizes cutting off information in the graphCauseThis is a hard limitation of the chart component. One cannot both use auto sizing AND have multiple items in the container, which is automatically applied when placing the Data Visualization with a Header into a UI Builder page.Resolution1. Recreate the Data Visualization and ensure you do NOT set a header and ensure 'Show Header' is set to false. 2. Ensure that the component is placed its own container with no other components in it. 3. Finally - if a Heading must be used, place one in a Parent container in a similar structure to the image below: