jondot / graphene

Graphene is a realtime dashboard & graphing toolkit based on D3 and Backbone.
http://jondot.github.com/graphene
2.87k stars 232 forks source link

Added ymin option to timeseries graph. #45

Closed drspin closed 11 years ago

drspin commented 11 years ago

Hopefully useful:

I needed to be able to plot from zero for one of my timeseries graph. So I added an option to set ymin. It'll grab ymin from the data if this option is not set.

criemen commented 11 years ago

I very much like this and have tried it. Works perfectly :-)

jondot commented 11 years ago

Looks excellent!, thanks! Pulling in!