• David Schnur's avatar
    Allow x2axis/y2axis with no min/max to auto-scale. · 86f7ab1e
    David Schnur authored
    Using x2axis/y2axis to add a second axis is deprecated, but we
    currently still support it.  Historically we’ve just extended the first
    axis’s options with the second’s, but that is a problem when the first
    has min/max and the second doesn’t; it will inherit an inappropriate
    min/max.
    
    We might want to consider not extending at all, but since that’s a
    bigger change we’ll for now just ensure that if no min/max is
    specified, we respect that.
    
    Fixes #1228.
    86f7ab1e
Name
Last commit
Last update
examples Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
API.md Loading commit data...
CONTRIBUTING.md Loading commit data...
FAQ.md Loading commit data...
LICENSE.txt Loading commit data...
Makefile Loading commit data...
NEWS.md Loading commit data...
PLUGINS.md Loading commit data...
README.md Loading commit data...
component.json Loading commit data...
excanvas.js Loading commit data...
excanvas.min.js Loading commit data...
flot.jquery.json Loading commit data...
jquery.colorhelpers.js Loading commit data...
jquery.flot.canvas.js Loading commit data...
jquery.flot.categories.js Loading commit data...
jquery.flot.crosshair.js Loading commit data...
jquery.flot.errorbars.js Loading commit data...
jquery.flot.fillbetween.js Loading commit data...
jquery.flot.image.js Loading commit data...
jquery.flot.js Loading commit data...
jquery.flot.navigate.js Loading commit data...
jquery.flot.pie.js Loading commit data...
jquery.flot.resize.js Loading commit data...
jquery.flot.selection.js Loading commit data...
jquery.flot.stack.js Loading commit data...
jquery.flot.symbol.js Loading commit data...
jquery.flot.threshold.js Loading commit data...
jquery.flot.time.js Loading commit data...
jquery.js Loading commit data...
package.json Loading commit data...