ripienaar / graphite-graph-dsl

A small DSL to describe graphite graphs
http://www.devco.net/
Apache License 2.0
167 stars 43 forks source link

Handle yMin(Left)/yMax(Left). #42

Closed bodgit closed 11 years ago

bodgit commented 11 years ago

Graphite normally uses yMin and yMax but these cease to have any effect if you're using dual-axis mode. Add code to scan through the graph fields and if any field sets "second_y_axis", switch to using yMinLeft and yMaxLeft instead where appropriate.

ripienaar commented 11 years ago

nice one thank you