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

Add yminleft and ymaxleft to match right hand y-axis options #54

Closed aderixon closed 7 years ago

aderixon commented 7 years ago

ymin/ymax have no effect when second_y_axis is used; need to use yminleft/ymaxleft instead. This commit adds the extra graph parameters to support this.

ripienaar commented 7 years ago

👍