bi-viz-chart {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1; }
  bi-viz-chart [bi-maximizable] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  bi-viz-chart .bm--maximized .bvc-container {
    max-height: 70%; }
  bi-viz-chart .modebar-container {
    margin: 2px 30px 0 0 !important; }
