InCNTRE / FlowScale

OpenFlow Based Load Balancer
http://incntre.github.io/FlowScale
Other
20 stars 11 forks source link

Graph label rounding bug #1

Closed chrissmall22 closed 12 years ago

chrissmall22 commented 12 years ago

The Y axis scale in the graphs is rounded to the nearest integer. This causes problems when the scale is just slightly above 1G. Lable values of "500M, 1G, 1G, 2G, 2G" are shown instead of "500M,1G,1.5G,2G,2.5G"

This has a partial workaound for most cases implemented but needs a full solution

chrissmall22 commented 12 years ago

Fixed