pingjiang / dygraphs

Automatically exported from code.google.com/p/dygraphs
0 stars 0 forks source link

valueRange not working as documented for reverse y-axis #483

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The documentation for valueRange states "If either limit is unspecified, it 
will be calculated automatically (e.g. [null, 30] to automatically calculate 
just the lower bound)".

The reverse y-axis example page (http://dygraphs.com/tests/reverse-y-axis.html) 
shows an example (valueRange: [3000, 0]) to reverse the y-axis. Based on this, 
I would assume that setting the lower limit to null would make DyGraphs 
automatically calculate the lower limit.

jsfiddle: http://jsfiddle.net/dygraphs/NtBPk/

Original issue reported on code.google.com by taku...@gmail.com on 2 Aug 2013 at 2:03

GoogleCodeExporter commented 9 years ago
Sorry, wrong jsfiddle link http://jsfiddle.net/NtBPk/148/

Original comment by taku...@gmail.com on 2 Aug 2013 at 2:06

GoogleCodeExporter commented 9 years ago
Verified, with a simplified jsfiddle: http://jsfiddle.net/NtBPk/161/

Original comment by konigsb...@gmail.com on 13 Sep 2013 at 12:21