I am using Giraffe (https://github.com/kenhub/giraffe) to draw some graphs based on some graphite metrics.
The values for one of the graphs can go positive as well as negative. I do not want to set explicit scale for the graph using "min" and "max". Is there a way that the graph can dynamically scale and display the negative values as well?
Currently, the graph scales dynamically on the positive y axis but the values on negative y axis are not displayed.
Thanks!