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