• David Schnur's avatar
    Fixed autoscale check when using null x/y values. · ce3bdb08
    David Schnur authored
    The autoscale check was too broad; it included the case where autoscale
    was undefined.  This resulted in axes not expanding correctly when
    coordinates at the end of a series had null x or y values.  Fixed by
    narrowing the check to !== false; resolves #1095.
    ce3bdb08
jquery.flot.js 116 KB