gree / Orion

126 stars 22 forks source link

Change lower bound on y-axis #14

Closed pcockwell closed 11 years ago

pcockwell commented 11 years ago

Right now, if all values are really really really high (ex 1B or more) the graph shows them all as a straight line because the scale is 0 to 1B which leaves very little room to display differences in values.

We should check the data, and issue a lower bounded value that is 90% of the lowest value so that you can see changes in the data.

Again, I will take care of this.