I added following lines for my Graphite version 1.9.0 to work around this 
problem.
The first one is for one y-axis.
The second and third are for graphs with left and right y-axises. 
diff glyph.py.20130923_1224 glyph.py
1068a1069,1070
>       if self.yLabelValues[-1] < yMaxValue:
>         self.yLabelValues.append(self.yLabelValues[-1] + self.yStep)
1241a1244,1245
>     if self.yLabelValuesL[-1] < yMaxValueL:
>         self.yLabelValuesL.append(self.yLabelValuesL[-1] + self.yStepL)
1242a1247,1248
>     if self.yLabelValuesR[-1] < yMaxValueR:
>         self.yLabelValuesR.append(self.yLabelValuesR[-1] + self.yStepR)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1007480

Title:
  Graphs getting cut on top without YMax

To manage notifications about this bug go to:
https://bugs.launchpad.net/graphite/+bug/1007480/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to