- 10 Jan, 2013 4 commits
-
-
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.
-
- 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.
-
- 22 Dec, 2012 4 commits
-
-
David Schnur authored
When the placeholder has (or inherits) the HTML 'dir' attribute or CSS 'direction' we get unexpected results from text metrics, resulting in visual glitches on the axes. The suggested solution in #716 was to set ltr on the placeholder, but this introduces its own problems, since the user probably *does* expect rtl on items like the legend. So we'll instead set ltr only on the canvases. We should review this behavior at some point; rtl is something we need to handle, not work around. It also needs to be kept in mind as we move canvas-text into a plugin. But for now this solution at least ensures consistent behavior.
-
David Schnur authored
As pointed out in a comment to #832, initializing maxIndex to zero results in the creation of a single color even when all indexes are fixed.
-
David Schnur authored
-
David Schnur authored
-
- 21 Dec, 2012 6 commits
-
-
David Schnur authored
-
David Schnur authored
Allow the pie chart to redraw on resize or update.
-
David Schnur authored
When a pie's labels don't fit within its container, the pie is redrawn with a smaller radius until the labels fit, or a fixed number of retry attempts are exhausted. The redraw flag was not reset on success, however, which prevented the pie from being redrawn again after a resize or update.
-
David Schnur authored
Previously the container dimensions were checked only once, which prevented the pie from changing in size as its container was resized.
-
David Schnur authored
-
David Schnur authored
Eliminate uses of $.browser, since it is no longer present in jQuery 1.9, and some of the cases were no longer necessary anyway.
-
- 20 Dec, 2012 4 commits
-
-
Anthony Ryan authored
Document the affected versions of opera, and replace $.browser.opera with a line to detect only affected versions
-
Anthony Ryan authored
Remove Internet Explorer specific code, that appears to have no impact on actual rendering see bug #905
-
Anthony Ryan authored
-
David Schnur authored
This addresses #906, the case where a fixed color index on a series results in the color generator producing one color less than is actually needed.
-
- 13 Dec, 2012 1 commit
-
-
David Schnur authored
-
- 12 Dec, 2012 10 commits
-
-
Mark Côté authored
Add nonstandard %q datetime specifier for quarters.
-
Mark Côté authored
-
David Schnur authored
-
David Schnur authored
Issue: #890: Fix broken behavior for interacting demo
-
David Schnur authored
Removed unnecessary canvas skipPositioning flag.
-
David Schnur authored
-
David Schnur authored
The primary canvas uses position: absolute while the overlay canvas does not. This can cause the two to get out of alignment in rare cases when floating elements are placed near the plot placeholder. There doesn't appear to be any reason why the overlay can't also be absolutely-positioned, so I've just removed the flag entirely.
-
Mark Côté authored
-
Mark Côté authored
-
Mark Côté authored
Also fixed formatting and removed unused change to tickFormatter args.
-
- 08 Dec, 2012 1 commit
-
-
Arpan Chinta authored
-
- 04 Dec, 2012 1 commit
-
-
David Schnur authored
-
- 03 Dec, 2012 3 commits
-
-
David Schnur authored
Updated license headers for #805.
-
David Schnur authored
Added licensing information to each file's headers, along with some minor cleanup.
-
David Schnur authored
Update timezone-js and Olson db; list sources in README.md.
-
- 02 Dec, 2012 3 commits
- 01 Dec, 2012 1 commit
-
-
David Schnur authored
-