} else if (newActive === 'regions') {
      this.chartHeight = `${Math.max(this.regions.length * 20, 300)}px`
    } else {
      this.chartHeight = '300px'
    }