diff --git a/superset-frontend/src/components/Chart/Chart.jsx b/superset-frontend/src/components/Chart/Chart.jsx index 7e9f6aa482..9905c964fd 100644 --- a/superset-frontend/src/components/Chart/Chart.jsx +++ b/superset-frontend/src/components/Chart/Chart.jsx @@ -109,6 +109,10 @@ const Styles = styled.div` } .slice_container { + display: flex; + flex-direction: column; + justify-content: center; + height: ${p => p.height}px; .pivot_table tbody tr {