this.heatmapG.append("g")
    .attr("class", "axis axis--y")
    .call(d3.axisLeft(this.heatmapYAxisScale).ticks(5));