diff --git a/superset-frontend/src/chart/Chart.jsx b/superset-frontend/src/chart/Chart.jsx index 20b3b982d..3f1596cc4 100644 --- a/superset-frontend/src/chart/Chart.jsx +++ b/superset-frontend/src/chart/Chart.jsx @@ -81,8 +81,9 @@ const defaultProps = { }; const Styles = styled.div` + min-height: ${p => p.height}px; position: relative; - height: 100%; + .chart-tooltip { opacity: 0.75; font-size: ${({ theme }) => theme.typography.sizes.s}px; @@ -197,12 +198,17 @@ class Chart extends React.PureComponent { ); } + return ( - +