- 17 Nov, 2013 2 commits
-
-
David Schnur authored
Patch for Issue #707 and #778 (0.9-work)
-
David Schnur authored
Added ability to resize the plot to a given size.
-
- 16 Nov, 2013 2 commits
-
-
Julien Bouyoud authored
-
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).
-
- 12 Nov, 2013 1 commit
-
-
Marzell Camenzind authored
-
- 10 Nov, 2013 3 commits
-
-
David Schnur authored
CSP compatibility (flot core)
-
Anthony Ryan authored
Move the rowBuffer definition closer to it's usage within the method
-
David Schnur authored
Bower.json - Ignore rule edition
-
- 08 Nov, 2013 1 commit
-
-
Ninir authored
-
- 07 Nov, 2013 1 commit
-
-
Anthony Ryan authored
Fix a serious oversight that occurred when merging pull request #919 into 0.9-work for this pull request
-
- 05 Nov, 2013 3 commits
-
-
Anthony Ryan authored
* Removed self-closing tags * Move the the nested divs into variables * Expand the object literals for easier reading
-
Anthony Ryan authored
-
Anthony Ryan authored
-
- 04 Nov, 2013 1 commit
-
-
David Schnur authored
Highlight vertexes when no points
-
- 23 Oct, 2013 1 commit
-
-
- 22 Oct, 2013 3 commits
-
-
David Schnur authored
A new isNumeric function instead of typeof number
-
Amey Sakhadeo authored
-
Amey Sakhadeo authored
-
- 15 Oct, 2013 1 commit
-
-
David Schnur authored
0.9 move dependencies to bower
-
- 14 Oct, 2013 6 commits
-
-
Nick Schonning authored
-
Nick Schonning authored
Values from package.json
-
Nick Schonning authored
The component.json filename has been depreciated
-
David Schnur authored
Update jquery.flot.threshold.js
-
David Schnur authored
-
David Schnur authored
Handle undefined axisOptions in 0.9-work
-
- 03 Oct, 2013 3 commits
-
-
David Schnur authored
Convert all tabs to 4-space indents.
-
sgissinger authored
Displays the serie base color and the threshold color side by side in the legend. When no treshold is color is set, default black color is used.
-
Nick Schonning authored
-
- 28 Sep, 2013 1 commit
-
-
David Schnur authored
0.9 jshint indent4
-
- 23 Sep, 2013 5 commits
-
-
Nick Schonning authored
- Doesn't differentiate between tabs and spaces - Switch/Case indenting may seem odd to some
-
David Schnur authored
0.9 grunt build
-
David Schnur authored
0.9 add editorconfig
-
Nick Schonning authored
Allows for consistent spacing and indenting when combined with supported IDEs
-
Nick Schonning authored
-
- 19 Aug, 2013 1 commit
-
-
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.
-
- 14 Aug, 2013 1 commit
-
-
Trask Stalnaker authored
I ran into this issue when upgrading from 0.8.1 to 0.9-work.
-
- 15 Jul, 2013 1 commit
-
-
David Schnur authored
Added axis labels and rotated text support.
-
- 12 Jul, 2013 2 commits
-
-
David Schnur authored
The labels are rotated counter-clockwise for left axes and clockwise for right axes.
-
David Schnur authored
-
- 05 Jul, 2013 1 commit
-
-
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.
-