sunjavagroups / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

Can't set min and max of second y axis #538

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
My yaxes option list looks like this:

yaxes: [{ min: 0 }, { min: 1250, max: 1350, position: "right"}],

The yaxis on the left (min 0) works just fine.  It always starts at zero.  The 
yaxis on the right is positioned on the right so that appears to be working ok 
but it is still autoscaling and not listening to my min and max setting.  Has 
anyone been successful at setting the min and max on the second y axis?

Original issue reported on code.google.com by gizmosmith on 19 May 2011 at 7:02

GoogleCodeExporter commented 8 years ago
Hm, I can't reproduce this with the latest version from git. Works fine. I took 
the multiple-axes.html example and added min and max to the second y axis. Are 
you sure you're on 0.7? If so, could you post a complete non-working test case?

Original comment by olau%iol...@gtempaccount.com on 3 Jun 2011 at 4:34

GoogleCodeExporter commented 8 years ago
You're right.  0.7 fixed it.  Didn't see that release.  Thank you.

Original comment by gizmosmith on 3 Jun 2011 at 6:31

GoogleCodeExporter commented 8 years ago

Original comment by dnsch...@gmail.com on 1 May 2012 at 11:51