- 29 Jul, 2012 3 commits
-
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
Cast tick label to string prior to `replace` call
-
- 27 Jul, 2012 1 commit
-
-
Shad Downey authored
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.
-
- 25 Jul, 2012 1 commit
-
-
David Schnur authored
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.
-
- 21 Jul, 2012 3 commits
-
-
David Schnur authored
-
David Schnur authored
- Minor code cleanup and comments describing how we use pixel ratios.
-
David Schnur authored
Basic retina display support
-
- 18 Jul, 2012 3 commits
-
-
David Schnur authored
Auto-generation of legend colors no longer results in only white and black above a certain number of series.
-
David Schnur authored
-
David Schnur authored
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.
-
- 17 Jul, 2012 1 commit
-
-
David Schnur authored
-
- 16 Jul, 2012 16 commits
-
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
Linked the errorbars example to the examples index page, and cleaned up both the example and documentation at the top of the plugin.
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
Added a plugin to generate error bars.
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
Allow custom highlight color
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
Correct GitHub Syntax Highlighting in API markdown file
-
- 15 Jul, 2012 8 commits
-
-
Alexander Blunck authored
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
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.
-
David Schnur authored
Added an option to control legend sort order.
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
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.
-
- 11 Jul, 2012 2 commits
-
-
David Schnur authored
-
David Schnur authored
Throw error when flot.time plugin is missing.
-
- 10 Jul, 2012 2 commits
-
-
David Schnur authored
- The faster toFixed alternative now returns a string, as tickFormatter is expected to do
-
yaelelmatad authored
We changed the === to == and removed the typeof operator. We also changed the tabs to spaces.
-