Commit Graph

518 Commits (c6ddfa5664f137c63a48444f379d707f20fd1137)
 

Author SHA1 Message Date
David Schnur c6ddfa5664 Merge pull request #896 from dnschnur/license-headers
Updated license headers for #805.
14 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
David Schnur 8df11479ee Merge pull request #893 from markrcote/master
Update timezone-js and Olson db; list sources in README.md.
14 years ago
Mark Côté 2b1f934336 Remove link since it's broken on github. 14 years ago
Mark Côté 298309ef49 Update README.md to link to examples/index.html. 14 years ago
Mark Côté 883dda2a20 Updated timezone-js and Olson database to fix time zones example. Updated README. 14 years ago
David Schnur f267cc10ca Updated credits for #888 global variables. 14 years ago
David Schnur c98c310887 Merge pull request #889 from dnschnur/code-fixes
Fixed global variables and missing seimcolons.
14 years ago
David Schnur 8b99640553 Declare variables that should have been local. 14 years ago
David Schnur afc97ba099 Added a missing semicolon. 14 years ago
David Schnur 3073264d16 Added a missing semicolon. 14 years ago
David Schnur 308ff28166 Declare a variable that should have been local. 14 years ago
David Schnur b3a19afb05 Comment out bizzarre impossible code. 14 years ago
David Schnur 179bed9617 Declare variables that should have been local. 14 years ago
David Schnur 8110f0c1d9 Added missing semicolons. 14 years ago
David Schnur 6c960a8add Added a missing semicolon. 14 years ago
David Schnur a3df340afb Added missing semicolons. 14 years ago
David Schnur 78ee3c7081 Updated code style to match Flot's guidelines. 14 years ago
David Schnur a10206c13a Added a missing semicolon. 14 years ago
David Schnur 81d19f700f Declare a variable that should have been local. 14 years ago
David Schnur 359db6d2d7 Merge pull request #34 from alenyashka/master
Adds arguments to the plotzoom event and fixes the bug where zooming could overrun a plot's pan range.
14 years ago
David Schnur c0148d0ece Minor rewording of contribution guidelines. 14 years ago
David Schnur 1d78faf0b2 Update contribution guidelines to include issues. 14 years ago
David Schnur b362df896c Added contribution and code style guidelines.
While Flot's codebase is currently a mish-mash of styles, we'd like to
move toward a unified style based on the jQuery core style guidelines.
Migration of existing code is scheduled for the 0.9 release.
14 years ago
David Schnur dd7793b7dc Demonstrate use of object as borderWidth. 14 years ago
David Schnur 701f2f6e41 Style cleanup and converting spaces to tabs. 14 years ago
David Schnur 04f4ac25b8 Fix wrapping to avoid markdown mis-interpretation. 14 years ago
David Schnur 1ab6a53d57 Updated credits for #880 border fixes. 14 years ago
David Schnur 4fc5340d5c Merge pull request #880 from kswedberg/border-object-fix
Fix setting border color/width as an object.
14 years ago
Karl Swedberg 198a601513 Fix setting border width/color when object.
* If either color or width is object, normalize the other to object
* Only draw each border if its width is greater than 0
* Set strokeStyle and lineWidth _before_ calling ctx.beginPath()
14 years ago
Karl Swedberg 40189e6c0f General linting. 14 years ago
Karl Swedberg 01b1c8a923 Remove trailing white space. 14 years ago
David Schnur 559a39ee62 Throw a nice exception when Excanvas is missing. 14 years ago
David Schnur af1c888512 Updated credits for the recent getSelection fix. 14 years ago
David Schnur e9079c3e43 Merge pull request #852 from ncb000gt/master
Return null from getSelection if there's no selection.
14 years ago
David Schnur baaec0d08a Updated credits for several recent fixes. 14 years ago
David Schnur 81591ee463 Merge pull request #879 from dnschnur/pie-plugin-fixes
Fixed pie plugin 100% slice issues on IE7/8.
14 years ago
David Schnur eac2d075f0 Removed extra comma that was causing IE7 errors. 14 years ago
David Schnur 7ee31a6099 Added work-around for the Excanvas 100% arc bug.
When 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.
14 years ago
David Schnur 8525ea7526 Added an extra test case to the pie example. 14 years ago
David Schnur 6aa3696e59 Further style cleanup. 14 years ago
David Schnur 0a601d037b Cleaned up whitespace, braces and strings. 14 years ago
David Schnur 2f7cfcb5d0 Merge pull request #878 from dnschnur/tick-decimals-fix
Fix tickDecimals option broken by pull #50.
14 years ago
David Schnur 0e9936051d Fixed axis.tickDecimals that were broken by #50.
Pull 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.
14 years ago
David Schnur 985cccae6a Add tickDecimals to the setting-options example.
It'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.
14 years ago
David Schnur db83cd0c1e Merge pull request #877 from dnschnur/jquery-1.8-support
Tested, verified and fixed support for jQuery 1.8.
14 years ago
David Schnur 5951dcb03c Ensure that pie's legendWidth remains numeric.
Substitute 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.
14 years ago
David Schnur 4e38170f2a Updated the bundled jQuery to version 1.8.3. 14 years ago
David Schnur e480313224 Updated credits for retina pie fixes. 14 years ago
David Schnur a5b254108d Added copyright and MIT license header. 14 years ago