- 02 Feb, 2013 4 commits
-
-
David Schnur authored
We don't want users to think the example is broken when they first load it.
-
David Schnur authored
The location of the file changed during the recent example revamp.
-
David Schnur authored
This prevents the Chicago example from showing up blank. The alternative is to define a callback, but that's messier.
-
David Schnur authored
This allows a page to have multiple placeholders, since we're no longer tied to unique IDs.
-
- 29 Jan, 2013 1 commit
-
-
David Schnur authored
Fix incorrect display of NaN with the default tickFormatter.
-
- 28 Jan, 2013 1 commit
-
-
Sean Jordan authored
Change-Id: If53fdb1bf9563834c58cf2b569d0e1a6a7155eb8
-
- 27 Jan, 2013 2 commits
-
-
David Schnur authored
Revamped the built-in examples.
-
David Schnur authored
-
- 26 Jan, 2013 8 commits
-
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
-
- 25 Jan, 2013 4 commits
-
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
Give any direct child of demo-containre the same style, so it can be used for both #placeholder and #overview.
-
David Schnur authored
-
- 24 Jan, 2013 1 commit
-
-
David Schnur authored
-
- 23 Jan, 2013 2 commits
-
-
David Schnur authored
Added explicit border-spacing to compensate for global removal of padding. Flot should really take care of this itself; layout-critical styles shouldn't depend on the user-agent defaults.
-
David Schnur authored
Slightly widened the page to account for the fact that most people have widescreen monitors these days. Also made text larger and more legible, and created a nice 'clipping' effect for the placeholder.
-
- 21 Jan, 2013 2 commits
-
-
David Schnur authored
-
David Schnur authored
flot.threshold: insert generated series after original, not in the end
-
- 20 Jan, 2013 2 commits
-
-
David Schnur authored
-
David Schnur authored
To improve organization with the increasing number of examples, every example page is now the index of its own subdirectory, which contains all the files specific to that example.
-
- 18 Jan, 2013 1 commit
-
-
Ivan Novikov authored
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).
-
- 14 Jan, 2013 2 commits
-
-
David Schnur authored
Fix an error in plot offset calculation.
-
hizhengfu authored
Correction calculation error margin
-
- 13 Jan, 2013 1 commit
-
-
David Schnur authored
Ensure that tickSize updates on subsequent calls to setupGrid.
-
- 12 Jan, 2013 4 commits
-
-
David Schnur authored
Fixed jQuery version dependency (we require 1.2.6, not 1.3.2) and whitespace.
-
David Schnur authored
Flot's semver is 0.8.0-alpha, and it (for now) requires jQuery 1.2.6, not 1.3.2.
-
David Schnur authored
Adding component.json for bower.
-
David Schnur authored
-
- 11 Jan, 2013 5 commits
-
-
David Schnur authored
Added a series 'zero' option to control automatic scaling.
-
David Schnur authored
Adapted from pull request #17.
-
David Schnur authored
Always draw crosshair on half-pixels to prevent aliasing.
-
Daniel Shapiro authored
-
David Schnur authored
Add passing offsets over plotpan event
-