vimeo / timeserieswidget

Javascript for displaying interactive graphite graphs with zooming, event markers and all that
BSD 2-Clause "Simplified" License
196 stars 18 forks source link

y-axis label missing #16

Closed Dieterbe closed 10 years ago

Dieterbe commented 10 years ago

probably due to the recent event related refactorings

the code

                if('vtitle' in options) {
                    options['yaxes'] = [{position: 'left', axisLabel: options['vtitle']}];
                }

gets executed fine with the correct looking vtitle, but after that somehow this gets lost

Dieterbe commented 10 years ago

i just noticed the problem only occurs when there's events. if there's no events, the yaxis label works fine