1. 01 Sep, 2013 1 commit
  2. 29 Aug, 2013 1 commit
  3. 09 Aug, 2013 1 commit
    • 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
  4. 22 Jul, 2013 8 commits
  5. 19 Jul, 2013 4 commits
  6. 03 Jul, 2013 4 commits
  7. 15 Jun, 2013 1 commit
  8. 31 May, 2013 2 commits
  9. 30 May, 2013 2 commits
  10. 29 May, 2013 2 commits
  11. 28 May, 2013 1 commit
  12. 27 May, 2013 4 commits
  13. 23 May, 2013 1 commit
  14. 22 May, 2013 3 commits
  15. 08 May, 2013 2 commits
  16. 06 May, 2013 2 commits
  17. 05 May, 2013 1 commit
    • David Schnur's avatar
      Restore 0.7's maximum width for x-axis labels. · 571d86e9
      David Schnur authored
      Flot 0.7 calculated x-axis label dimensions by assigning each label a
      fixed width, then measuring the height as determined by the browser.  A
      side-effect of this technique is that x-axis label divs received a fixed
      width.  The rewrite of the text system in 0.8 accidentally removed this
      feature; this patch restores it.
      571d86e9