Commit Graph

448 Commits (54ce0b2e75805c6c14047b9af720f7a2f4174252)
 

Author SHA1 Message Date
Nick Campbell 54ce0b2e75 !selection.show => return null from getSelection
If we've called `clearSelection`, then calling `getSelection` shouldn't
return the old selection values. When calling `getSelection` before a
selection is made, `null` is returned. It seemed appropriate to do the
same if `selection.show` was falsy.

Signed-off-by: Nick Campbell <nicholas.j.campbell@gmail.com>
14 years ago
David Schnur 2d15fdc225 Added credits for #851 global variables fix. 14 years ago
David Schnur 30946cb91d Merge pull request #851 from ncb000gt/master
Prevent insertSteps and fmt from becoming global.
14 years ago
Nick Campbell 414e7dec14 fmt hoisted to global.
`fmt` was being hoisted as a global variable.

Signed-off-by: Nick Campbell <nicholas.j.campbell@gmail.com>
14 years ago
Nick Campbell 0d2c9ec714 insertSteps was being hoisted to global.
Locally 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>
14 years ago
David Schnur 63266b363a Added credits for pie shadow options. 14 years ago
David Schnur 53d6112f73 Merge pull request #78 from julthomas/pie-shadow
Added options to customize tilted pie shadows.
14 years ago
David Schnur df8c7ea520 Clarified version of master branch code. 14 years ago
David Schnur e975435c3e Added credits for further retina support fix. 14 years ago
David Schnur 906b2f95c7 Merge pull request #77 from julthomas/makecanvas-ie8
Fix makeCanvas for IE, broken by Retina support introduced in 179d2e1.
14 years ago
Julien Thomas 2e89207432 Fix makeCanvas() for IE after Retina feature introduced in 179d2e1 14 years ago
Julien Thomas 3b26866e06 Cleanup indentation in getPixelRatio() 14 years ago
Julien Thomas 7b867f8c1f Whitespace cleanup in resizeCanvas() 14 years ago
Julien Thomas b48f1aa9e7 Pie: Allow to set shadow distance and alpha of a tilted pie 14 years ago
Julien Thomas c095d66be3 Pie: Whitespace cleanup, this file uses tabs for indentation 14 years ago
David Schnur 7a229212eb Merge pull request #75 from chage/patch-API.md-typo
Fixed a typo.
14 years ago
David Schnur 6e0f63d2ab Merge pull request #74 from dalton/patch-1
Update links to point to flotcharts.org.
14 years ago
Chage Juan 88305db102 Update API.md
Fix typo
14 years ago
dalton f220c537e0 Update README.md
Project links have changed.
14 years ago
David Schnur f2be013dd4 Converted NEWS to markdown. 14 years ago
David Schnur e3511b3b15 Added credits for non-string tick label fix. 14 years ago
David Schnur c202303a29 Use a slightly better-performing string cast. 14 years ago
David Schnur 36737fd01b Merge pull request #68 from andromedado/patch-1
Cast tick label to string prior to `replace` call
14 years ago
Shad Downey b52df3ca52 Cast tick label to string prior to `replace` call
In the edge case that an actual integer, or other non-string, is passed as a label, it must be cast to String before `replace` can safely be called.
14 years ago
David Schnur 5c978cddca Fixed an error when native canvas isn't available.
The recent changes to add retina support included a call to getContext
made before excanvas/flashcanvas had a chance to register their hooks;
fixed by moving that code up a few lines.
14 years ago
David Schnur bce10492e4 Added credits for retina display support. 14 years ago
David Schnur 7001dc559a Cleaned up the commit from pull request #52.
- Minor code cleanup and comments describing how we use pixel ratios.
14 years ago
David Schnur ec99d31c8e Merge pull request #52 from olivierguerriat/master
Basic retina display support
14 years ago
David Schnur 3e7a177ae8 Merge pull request #63 from dnschnur/better-legend-colors
Auto-generation of legend colors no longer results in only white and black above a certain number of series.
14 years ago
David Schnur 2a7ae881bd Added credits for improved color generation. 14 years ago
David Schnur 6eaeabcd1d Improve generation of color variations.
As the size of the variation increases, the resulting colors approach
white and black. To avoid this we now reset the variation when it gets
too large. This results in repeated colors, but that's much better than
a list full of whites and blacks.
14 years ago
David Schnur c62cb30720 Optimize and tidy up calculation of neededColors. 14 years ago
David Schnur c4a74e57b0 Updated credits for exclusion of empty legend entries. 14 years ago
David Schnur 974bd0510e Skip entries whose labelFormatter returns null. 14 years ago
David Schnur 2bc8791306 Cleanup of errorbars plugin and example.
Linked the errorbars example to the examples index page, and cleaned up
both the example and documentation at the top of the plugin.
14 years ago
David Schnur d1a49460a4 Added missing issue references for recent commits. 14 years ago
David Schnur a667645e27 Added credits for the new error bars plugin. 14 years ago
David Schnur 79e6dd00ad Merge pull request #41 from RuiPereira/errorbars_plugin
Added a plugin to generate error bars.
14 years ago
David Schnur aaf10690d5 Added credits for the highlightColor option. 14 years ago
David Schnur 070fd83557 Added docs for the highlightColor option. 14 years ago
David Schnur 906321723c Merge pull request #38 from eriwen/master
Allow custom highlight color
14 years ago
David Schnur cc974bd0a6 Additional cleanup and markup standardization. 14 years ago
David Schnur 5145b0a0c5 Cleanup and markup standardization. 14 years ago
David Schnur 7cdc593850 Cleanup and markup standardization. 14 years ago
David Schnur 04254b923b Cleanup and markup standardization. 14 years ago
David Schnur a4de2cab33 Additional cleanup and markup standardization. 14 years ago
David Schnur 633dd824c2 Cleaned up and standardized markup. 14 years ago
David Schnur 54cde1972c Merge pull request #62 from ablfx/master
Correct GitHub Syntax Highlighting in API markdown file
14 years ago
Alexander Blunck 4fa6e38018 Correct GitHub Syntax Highlighting in API markdown 14 years ago
David Schnur d51a101324 Merge pull request #22 from phusion/markdown_docs 14 years ago