1. 16 Apr, 2014 2 commits
  2. 13 Apr, 2014 3 commits
  3. 24 Feb, 2014 1 commit
  4. 17 Feb, 2014 1 commit
  5. 09 Feb, 2014 1 commit
  6. 27 Jan, 2014 1 commit
  7. 11 Jan, 2014 1 commit
  8. 06 Jan, 2014 2 commits
  9. 05 Jan, 2014 1 commit
  10. 24 Dec, 2013 1 commit
  11. 21 Dec, 2013 3 commits
  12. 01 Dec, 2013 1 commit
  13. 28 Nov, 2013 2 commits
  14. 27 Nov, 2013 2 commits
  15. 26 Nov, 2013 3 commits
  16. 25 Nov, 2013 3 commits
    • David Schnur's avatar
      Default lineHeight based on the font size. · 745d24cc
      David Schnur authored
      Flot 0.8.0 used the default font size, typically derived from the
      placeholder, as the basis for the default lineHeight.  This produced
      incorrect results when a font.size was provided explicitly, and it
      differed from the placeholder’s CSS size.
      
      Fixed by waiting to default lineHeight until the actual font size has
      been resolved.  Fixes #1131.
      745d24cc
    • David Schnur's avatar
      Don't add padding when there's no last tick. · 1650c184
      David Schnur authored
      Flot 0.8 added logic to account for the size of axis tick labels and add
      padding around the edges of the plot, to prevent long labels from
      sticking out.  But it padded both sides equally, which is incorrect if
      the right/top side has no last axis label.
      
      Fixed by allocating padding per-side, and checking whether the last
      label would be shown before padding the top or right.  Fixes #1048.
      1650c184
    • David Schnur's avatar
      Distinguish between the first and innermost axis. · edac9e0e
      David Schnur authored
      The fix for #1056 caused a regression where grid lines were drawn for
      the innermost axes on both sides instead of just the first axis.
      Fixed by properly distinguishing the first axis in each direction from
      the innermost one on each side.  Fixes #1075.
      edac9e0e
  17. 24 Nov, 2013 1 commit
  18. 14 Nov, 2013 1 commit
  19. 10 Nov, 2013 1 commit
  20. 05 Nov, 2013 3 commits
  21. 04 Nov, 2013 4 commits
  22. 03 Nov, 2013 2 commits