1. 30 Nov, 2013 2 commits
  2. 29 Nov, 2013 1 commit
  3. 28 Nov, 2013 3 commits
  4. 27 Nov, 2013 2 commits
  5. 26 Nov, 2013 3 commits
  6. 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
  7. 24 Nov, 2013 1 commit
  8. 19 Nov, 2013 2 commits
  9. 18 Nov, 2013 2 commits
  10. 17 Nov, 2013 2 commits
  11. 16 Nov, 2013 2 commits
    • Julien Bouyoud's avatar
      Put a tab instead of with spaces · 0706d036
      Julien Bouyoud authored
      0706d036
    • Julien Bouyoud's avatar
      Patch for Issue 707 and 778 · 2e513c99
      Julien Bouyoud authored
      - Fixes the issue where steps altering user datapoints
      - Do not altering user data points for drawing lines with steps 
      (even stacked); just consider drawing with steps enables a different 
      kind of plotting and clipping on lines and areas; that assuming that 
      drawing with steps must always go horizontally and then verticaly 
      (like previous inserted datapoints).
      2e513c99
  12. 14 Nov, 2013 1 commit
  13. 12 Nov, 2013 1 commit
  14. 10 Nov, 2013 4 commits
  15. 08 Nov, 2013 1 commit
  16. 07 Nov, 2013 1 commit
  17. 05 Nov, 2013 6 commits
  18. 04 Nov, 2013 3 commits