- 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 4 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.
-
David Schnur authored
-
David Schnur authored
Switched to a much a faster default tickFormatter.
-
- 09 Jul, 2012 2 commits
-
-
yaelelmatad authored
Fixes issues 709 on google code.
-
Rui Pereira authored
As in http://code.google.com/p/flot/issues/detail?id=215
-
- 27 Jun, 2012 1 commit
-
-
Clemens Stolle authored
- toFixed() is sloooow http://jsperf.com/tofixed-vs-factor
-
- 18 Jun, 2012 2 commits
- 15 Jun, 2012 1 commit
-
-
Mark Cote authored
-