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

Allow xaxes/yaxes options to be specified in flot options #15

Closed ghost closed 9 years ago

ghost commented 10 years ago

Allows something like the following in the flot specific graph options: xaxes: [{ color: '#000000'}], yaxes: [{ color: '#000000'}] to be able to set axes options when using "title" and "vtitle".

Dieterbe commented 9 years ago

sorry @craigmiskell I forgot about this PR.