Commit Graph

403 Commits (5145b0a0c51168af0fb8da01188de2725e19efa6)
 

Author SHA1 Message Date
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
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
Mark Cote a54ec4ad64 Time format now a proper subset of strftime's. 14 years ago
David Schnur fb24a99018 Merge pull request #46 from markrcote/master
Fix minTickSize for year units
14 years ago
Mark Côté fd80908918 Updated NEWS.txt for year-ticks fix. 14 years ago
Mark Côté 1f484ed293 Fix minTickSize for year units. 14 years ago
Mark Côté 64e19c8cea Merge pull request #43 from markrcote/master
Timezone support, time mode pluginification
14 years ago
Mark Côté 24632ba185 Updated NEWS.txt with time-series changes. 14 years ago
Mark Côté 854292986d Moved time-series functionality into a separate plug-in and incorporated
time zones.
14 years ago
David Schnur db82b70b47 Added note and credits for the fix for issue #685. 14 years ago
David Schnur 8aa76dc817 Updated inline jquery.mousewheel plug-in to version 3.0.6 for issue #685. 14 years ago
David Schnur 8d7a7f416a Added note and credits for the merge from pull request #5. 14 years ago
David Schnur 360e57dc50 Minor cleanup on recently-merged code, for consistency. 14 years ago
David Schnur e7634c64b8 Merge pull request #5 from smashedpumpkin/fix-issue-520
Added a 'right' option for bar alignment.
14 years ago
David Schnur ad02cfbe56 Merge pull request #37 from adammck/txt-to-markdown
Convert README to markdown format
14 years ago
David Schnur 589b3130c6 Added note and credits for the merge from pull request #22. 14 years ago
David Schnur 23cdb29923 Merge pull request #21 from reustle/master
Prevent single slice pie charts on example page
14 years ago
David Schnur eafe69a49f Tweaked changelog spacing for consistency. 14 years ago
David Schnur 1ffbac11ad Merge remote-tracking branch 'origin/master' 14 years ago
David Schnur d0fba4a5b9 Prevent pie slice outlines from being drawn when the stroke width is zero (issue 585) 14 years ago
David Schnur 562749758e Adding a note and credits for a recent pull request merge. 14 years ago
David Schnur f83cacf5eb Merge pull request #24 from ichthyos/master
Throw IE- and Safari-friendly error upon finding invalid dimensions.
14 years ago
David Schnur c5c865d5a6 Update copyright year 14 years ago
David Schnur 0258271d7c Prevent i from being declared global in extractRange (issue 627) 14 years ago
David Schnur be0799cfbe Fixed a typo in the jquery.flot.fillbetween.js documentation 14 years ago
David Schnur 3986cf760f Fixed a typo in the API documentation 14 years ago