David Schnur
b079efca0d
Merge branch 'code-cleanup' into 0.9-work
...
Conflicts:
jquery.flot.js
jquery.flot.threshold.js
13 years ago
David Schnur
ffcd71f416
Miscellaneous code cleanup.
13 years ago
David Schnur
9fc03e5375
Switch to === and !== for safer equality testing.
13 years ago
David Schnur
49c312c36d
Fix lines incorrectly broken before an operator.
13 years ago
David Schnur
f24a67e752
Wrap one-statement if and for blocks in braces.
13 years ago
Karl Quinsland
db3a081d66
updated threshold plugin to work with 'above' operator
13 years ago
David Schnur
05dfea7767
Convert single-quoted strings to double-quotes.
13 years ago
David Schnur
e1684b4648
Remove trailing white-space.
13 years ago
martinqt
1e6c45bd95
Update js files
13 years ago
David Schnur
9108c292c7
Avoid rounding errors with intersection points.
...
This resolves #895 .
13 years ago
Ivan Novikov
17ceb51d91
flot.threshold: insert generated series after original, not in the end
...
Thus, prevent it from becoming topmost (it may cause strange looks if
original series is not topmost: some part of it becomes topmost and
overwrites some lines and points that should be above it instead).
13 years ago
David Schnur
9e21074d82
Updated license headers for #805 .
...
Added licensing information to each file's headers, along with some
minor cleanup.
14 years ago
David Schnur
afc97ba099
Added a missing semicolon.
14 years ago
Lasse Dahl Ebert
850c3cc630
Converted implicit global variables to local variables
14 years ago
Ole Laursen
b15669fd13
Fix bug in threshold plugin exposed by recent bugfix in data processor
15 years ago
Ole Laursen
c1d4516c4b
Add support for multiple thresholds, patch by Arnaud Bellec
15 years ago
Ole Laursen
36df8f08c0
Fix problem with threshold plugin and bars (based on patch by kaarlenkaski, issue 348)
15 years ago
olau@iola.dk
0d15280aa9
Implemented plugin system, introduced experimental hooks system (three hooks defined at the moment), moved thresholding to plugin, new stack plugin for stacking charts, refactoring of data processing to support plugin writing, moved series specific global options, changed semantics of arguments to plothover event to reflect the situation with data transformations
...
git-svn-id: https://flot.googlecode.com/svn/trunk@157 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago