1. 17 Nov, 2013 2 commits
  2. 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
  3. 12 Nov, 2013 1 commit
  4. 10 Nov, 2013 3 commits
  5. 08 Nov, 2013 1 commit
  6. 07 Nov, 2013 1 commit
  7. 05 Nov, 2013 3 commits
  8. 04 Nov, 2013 1 commit
  9. 23 Oct, 2013 1 commit
  10. 22 Oct, 2013 3 commits
  11. 15 Oct, 2013 1 commit
  12. 14 Oct, 2013 6 commits
  13. 03 Oct, 2013 3 commits
  14. 28 Sep, 2013 1 commit
  15. 23 Sep, 2013 5 commits
  16. 19 Aug, 2013 1 commit
    • Trask Stalnaker's avatar
      Highlight vertexes when no points · a17be4c5
      Trask Stalnaker authored
      When series.points.show is false, currently a ring appears on highlight
      around where the point would have been.  Instead, display the point on
      highlight.
      a17be4c5
  17. 14 Aug, 2013 1 commit
  18. 15 Jul, 2013 1 commit
  19. 12 Jul, 2013 2 commits
  20. 05 Jul, 2013 1 commit
    • David Schnur's avatar
      Axes can now have basic horizontal text labels. · 97f2a127
      David Schnur authored
      Labels are provided via a 'label' option on the axis, and can be styled
      with the flot-axis-label class.  The labelFont option works similarly to
      tickFont, as an override for the default font or the flot-axis-label
      class.  The labelPadding option adds extra space between the axis and
      its label.
      
      Since most plots with axis labels currently use @markrcote's
      flot-axislabels plugin, we also support the axisLabel and
      axisLabelPadding options, and the axisLabels / axis[name]Label CSS
      classes, to make it as easy as possible to transition from that plugin.
      These are deprecated, and will be removed in 1.0.
      
      The implementation uses the internal text API introduced in 0.8.
      97f2a127