1. 10 Jan, 2013 2 commits
    • Ivan Novikov's avatar
      Add passing offsets over plotpan event · c8630d18
      Ivan Novikov authored
      Unified this behavior with plotzoom event as in pull #34 flot/flot@1b6c4e933ade3f03d634dfaa6357e82beda3bc55
      c8630d18
    • David Schnur's avatar
      Fixed jQuery 1.2.6 mouseleave issue from #920. · 3c0bcefc
      David Schnur authored
      Use bind, rather than .mouseleave, because we officially still support
      jQuery 1.2.6, which doesn't define a shortcut for mouseenter or
      mouseleave.  This was a bug/oversight that was fixed somewhere around
      1.3.x.  We can return to using .mouseleave when we drop support for
      1.2.6.
      3c0bcefc
  2. 03 Jan, 2013 3 commits
  3. 22 Dec, 2012 4 commits
    • David Schnur's avatar
      Enforce left-to-right canvas layout orientation. · d7c58b59
      David Schnur authored
      When the placeholder has (or inherits) the HTML 'dir' attribute or CSS
      'direction' we get unexpected results from text metrics, resulting in
      visual glitches on the axes.
      
      The suggested solution in #716 was to set ltr on the placeholder, but
      this introduces its own problems, since the user probably *does* expect
      rtl on items like the legend.  So we'll instead set ltr only on the
      canvases.
      
      We should review this behavior at some point; rtl is something we need
      to handle, not work around.  It also needs to be kept in mind as we move
      canvas-text into a plugin.  But for now this solution at least ensures
      consistent behavior.
      d7c58b59
    • David Schnur's avatar
      Prevent color generation with all fixed indexes. · a6414cac
      David Schnur authored
      As pointed out in a comment to #832, initializing maxIndex to zero
      results in the creation of a single color even when all indexes are
      fixed.
      a6414cac
    • David Schnur's avatar
      Tweak comparison order for clarity. · 88e0567b
      David Schnur authored
      88e0567b
    • David Schnur's avatar
      61c1cad9
  4. 21 Dec, 2012 6 commits
  5. 20 Dec, 2012 4 commits
  6. 13 Dec, 2012 1 commit
  7. 12 Dec, 2012 10 commits
  8. 08 Dec, 2012 1 commit
  9. 04 Dec, 2012 1 commit
  10. 03 Dec, 2012 3 commits
  11. 02 Dec, 2012 3 commits
  12. 01 Dec, 2012 2 commits