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
David Schnur
907ea90bb6
Fixed a minor typo.
14 years ago
David Schnur
6fa524205b
Ensure that axes always have a tickGenerator.
...
Check whether an axis has a generator, rather than a mode. In most cases
this is functionally the same, but it also handles the case where an
axis mode plug-in specifies only the formatter, and expects to use the
default base-10 generator.
14 years ago
David Schnur
8e237683c0
Merge pull request #61 from dnschnur/master
...
Added an option to control legend sort order.
14 years ago
David Schnur
f1f599f69e
Added credits for the legend sorted option.
14 years ago
David Schnur
f90481b5d9
Added docs for the legend sorted option.
14 years ago
David Schnur
375c06aa78
Added an option to control legend sort order.
...
Added a legend 'sorted' option that allows sorting of legend entries
independent of series order. It accepts either null/false, true,
'ascending', 'descending' or a comparator function.
14 years ago
David Schnur
b57542f10b
Added note and credits for the merge from pull request #55 , and unexpected fixing of issue #541 .
14 years ago
David Schnur
65b05c6e2f
Merge pull request #55 from yaelelmatad/issue-709-deprecation-msg
...
Throw error when flot.time plugin is missing.
14 years ago
David Schnur
ca372620e0
Fixed mistake in code from pull request #50
...
- The faster toFixed alternative now returns a string, as tickFormatter
is expected to do
14 years ago
yaelelmatad
8beb199e8d
Edited request for Ticket 709, Deprecation Mesg
...
We changed the === to == and removed the typeof operator. We also changed the tabs to spaces.
14 years ago
David Schnur
7470eeb4e9
Added note and credits for the merge from pull request #50 .
14 years ago
David Schnur
e3c7a05063
Merge pull request #50 from klaemo/patch-1
...
Switched to a much a faster default tickFormatter.
14 years ago
yaelelmatad
4e5c800c6a
Throw error when flot.time plugin is missing.
...
Fixes issues 709 on google code.
14 years ago
Rui Pereira
bc02c58d4f
Errorbars plugin and example.
...
As in http://code.google.com/p/flot/issues/detail?id=215
14 years ago
olivier
179d2e1d39
Basic retina display support (including the new MacBook Pro)
14 years ago
Clemens Stolle
2581a4b990
much faster default tickFormatter()
...
- toFixed() is sloooow
http://jsperf.com/tofixed-vs-factor
14 years ago
Mark Côté
ca050b26c2
Merge pull request #47 from markrcote/master
...
Better date/time formatting
14 years ago
Mark Cote
3371401739
Added %l specifier to timeformat.
14 years ago
Mark Cote
22ac76c023
Updated docs. Removed %u specifier.
14 years ago
Mark Cote
bffc2eea9f
If found, use strftime function of date objects instead of built-in formatting.
14 years ago