David Schnur
ffcd71f416
Miscellaneous code cleanup.
13 years ago
David Schnur
5c005f6b88
Wrap for...in loop bodies with hasOwnProperty.
13 years ago
David Schnur
9fc03e5375
Switch to === and !== for safer equality testing.
13 years ago
David Schnur
f24a67e752
Wrap one-statement if and for blocks in braces.
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
790bbaf55f
Mirror the zero option to the categories plugin.
...
Due to limitations in our plugin architecture, the categories plugin
duplicates code from Flot's core for adding a dummy point to snap the y
axis to zero. We can get rid of this duplication in 0.9; for now we'll
just update the duplicate to match the change in core that introduced
the new 'zero' option.
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
Ole Laursen
93c7c941f4
New categories plugin with support for plotting categories/textual
...
data directly; also tick generators now get the whole axis rather than
just min/max
15 years ago