1. 21 Apr, 2014 1 commit
  2. 20 Apr, 2014 6 commits
  3. 17 Apr, 2014 1 commit
  4. 16 Apr, 2014 3 commits
  5. 14 Apr, 2014 1 commit
    • 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
  6. 13 Apr, 2014 3 commits
  7. 24 Feb, 2014 1 commit
  8. 17 Feb, 2014 1 commit
  9. 09 Feb, 2014 1 commit
  10. 27 Jan, 2014 1 commit
  11. 11 Jan, 2014 1 commit
  12. 06 Jan, 2014 2 commits
  13. 05 Jan, 2014 1 commit
  14. 24 Dec, 2013 1 commit
  15. 21 Dec, 2013 3 commits
  16. 01 Dec, 2013 1 commit
  17. 28 Nov, 2013 2 commits
  18. 27 Nov, 2013 2 commits
  19. 26 Nov, 2013 3 commits
  20. 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
  21. 24 Nov, 2013 1 commit
  22. 14 Nov, 2013 1 commit