We were seeing this gap at the bottom of the line chart in juicebox.
Issue is due to react-adding wrapper div around base-chart element in juicebox.
This is automatically done by React when there is no react fragment wrapping around passed in divs (which is occurring in the table component due to the chart + legend). https://react.dev/reference/react/Fragment
Verifying Changes
This fix was tarballed and tested that it removed the gap in Juicebox.
Overview
We were seeing this gap at the bottom of the line chart in juicebox.
Issue is due to react-adding wrapper div around base-chart element in juicebox.
This is automatically done by React when there is no react fragment wrapping around passed in divs (which is occurring in the table component due to the chart + legend). https://react.dev/reference/react/Fragment
Verifying Changes
This fix was tarballed and tested that it removed the gap in Juicebox.
Legal
This project is available under the Apache 2.0 License.