- 26 Jan, 2013 7 commits
-
-
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.
-
- 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.
-
- 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
-
- 10 Jan, 2013 7 commits
-
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
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.
-
David Schnur authored
This also includes a tweak to zero's default. Previously zero only received a value if lines were visible; now it always receives a value, matching the behavior of other contextual options.
-
Ivan Novikov authored
Unified this behavior with plotzoom event as in pull #34 flot/flot@1b6c4e933ade3f03d634dfaa6357e82beda3bc55
-
David Schnur authored
Use bind, rather than .mouseleave, because we officially still support jQuery 1.2.6, which doesn't define a shortcut for mouseenter or mouseleave. This was a bug/oversight that was fixed somewhere around 1.3.x. We can return to using .mouseleave when we drop support for 1.2.6.
-
- 03 Jan, 2013 3 commits
-
-
David Schnur authored
-
David Schnur authored
Change evaluation order for calculating percentage.
-
James Ward authored
Rounding errors are introduced when calculating the percentage when the total is 100 (for example if percentages have already been calculated). Calculating (total/100) first eliminates the error in this case.
-
- 23 Dec, 2012 2 commits
-
-
David Schnur authored
Added a format option 'autoscale' that controls whether the given point is considered when determining an automatic scale. The lines & bars 'zero' option controls whether autoscale is set on the dummy point that is inserted to create the series lower-bound.
-
David Schnur authored
Area and bar plots normally use a minimum of zero, since their purpose is to show size, and using an auto-scaled minimum distorts the plot's meaning. But this behavior is undesirable in cases where the plot type is used in more of a decorative sense. The zero option provides a way to control this behavior. It defauls to true for bars and filled lines.
-