• David Schnur's avatar
    Work-around for full-width plots. · 7f63b070
    David Schnur authored
    Introduces an unofficial work-around for the behavior introduced in
    0.8.0, where we reserve extra space for the first and last tick labels.
     This makes it impossible for plots to span the full width of their
    container.
    
    This work-around overloads the reserveSpace option, which normally only
    applies when show = false.  Now, if show = true and reserveSpace =
    false, we skip the step that allocates extra space for labels.
    
    We’ll introduce a proper solution in 0.9, but this should provide a way
    for users to move forward in the meantime.
    7f63b070
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...