if (this.attr_('ylabel')) {
        div = createRotatedDiv(1, 'dygraph-label dygraph-ylabel',
            this.attr_('ylabel'));
        this.container.appendChild(div);
        this.chartLabels.ylabel = div;