- 25 Nov, 2012 7 commits
- 
- 
David Schnur authored
- 
David Schnur authoredFixed pie plugin 100% slice issues on IE7/8. 
- 
David Schnur authored
- 
David Schnur authoredWhen a slice equals (or comes close enough that it is equal in floating-point representation) 100% of the pie, it was no longer drawn by Excanvas. This is because of a long-standing issue where VML won't draw an arc whose begin and end are the same. Rather than some hack, like adding/subtracting a small value, we'll simply draw two arcs for every slice, with each covering half of the slice's angle. 
- 
David Schnur authored
- 
David Schnur authored
- 
David Schnur authored
 
- 
- 22 Nov, 2012 17 commits
- 
- 
David Schnur authoredFix tickDecimals option broken by pull #50. 
- 
David Schnur authoredPull request #50 inadvertently broke the behavior of axis.tickDecimals, which previously added precision up to the given value. The broken code effectively ignored the setting for values with less precision. This fix brings back the old behavior. 
- 
David Schnur authoredIt's useful to include the tickDecimals option in one of our examples, so it's easier to test across versions. The setting-options example is the logical place to put it. 
- 
David Schnur authoredTested, verified and fixed support for jQuery 1.8. 
- 
David Schnur authoredSubstitute zero when .width() returns undefined, since legendWidth is used in numeric calculations that break when it is undefined. This became a problem with the release of jQuery 1.8.0, which returns undefined instead of null when an element doesn't exist. This was fixed in 1.8.1, but this is good practice anyway. 
- 
David Schnur authored
- 
David Schnur authored
- 
David Schnur authored
- 
David Schnur authored
- 
David Schnur authored
- 
David Schnur authored
- 
David Schnur authored
- 
Lau Bech Lauritzen authoredUse placeholder dimensions instead og canvas dimensions in calculations which fixes draw bug after introducing Retina support in Flot core 
- 
David Schnur authored
- 
David Schnur authoredRemoved implicit global variables in threshold plugin. 
- 
David Schnur authored
- 
David Schnur authoredCleaner and portable function to get pixelratio. 
 
- 
- 15 Nov, 2012 1 commit
- 
- 
David Schnur authored
 
- 
- 13 Nov, 2012 1 commit
- 
- 
maimairel authoredThis patch is intended the make getPixelRatio function portable and cleaner :) Previous indentation issue has also been fixed. Thanks :) 
 
- 
- 11 Nov, 2012 3 commits
- 
- 
David Schnur authored
- 
David Schnur authoredSupport different border color and widths for each side of the chart. 
- 
David Schnur authoredEdited grammatical error. 
 
- 
- 09 Nov, 2012 1 commit
- 
- 
Steve Robinson authored
 
- 
- 08 Nov, 2012 1 commit
- 
- 
ara818 authored
 
- 
- 03 Nov, 2012 1 commit
- 
- 
David Schnur authoredAdded Szymon Barglowski, who originally reported the fmt variable. 
 
- 
- 01 Nov, 2012 4 commits
- 
- 
David Schnur authored
- 
David Schnur authoredPrevent insertSteps and fmt from becoming global. 
- 
Nick Campbell authored`fmt` was being hoisted as a global variable. Signed-off-by:Nick Campbell <nicholas.j.campbell@gmail.com> 
- 
Nick Campbell authoredLocally declared insertSteps by adding var s.t. it would no longer be a global variable. Signed-off-by:Nick Campbell <nicholas.j.campbell@gmail.com> 
 
- 
- 28 Sep, 2012 1 commit
- 
- 
Lasse Dahl Ebert authored
 
- 
- 26 Sep, 2012 2 commits
- 
- 
David Schnur authored
- 
David Schnur authoredAdded options to customize tilted pie shadows. 
 
- 
- 22 Sep, 2012 1 commit
- 
- 
David Schnur authored
 
- 
