0

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!

4

1 回答 1

0

我是长颈鹿的创造者。

问题已在最新版本中得到解决。感谢您报告它。

旧版本可以min: 'auto'dashboards.js文件中设置。

于 2013-11-29T07:44:13.450 回答