var yearsGroup = yearsContent
          .selectAll('g')
          .data(this.chartData)
          .enter()
          .append('g')