var bar = this.legend
            .selectAll('.bar')
            .data(this.ratioHSP)
            .enter()
            .append('g')