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 |
David Schnur
|
07598593e1
|
Added a grid.margin option
|
14 years ago |
David Schnur
|
4ee1e04e19
|
Added processOffset and drawBackground hooks
|
14 years ago |
Eric Wendelin
|
46e1221f17
|
Allowing custom highlight color
|
14 years ago |
Adam Mckaig
|
877db70f29
|
Rename README to markdown.
|
14 years ago |
Alexander O. Anisimov
|
e60344561f
|
Fixed overrun panRange while zooming
|
14 years ago |
Alexander O. Anisimov
|
1b6c4e933a
|
Add passing amount and center over plotzoom event
|
14 years ago |
Eddie Kay
|
2ffbd4a6df
|
Throw IE- and Safari-friendly error upon finding invalid dimensions.
|
15 years ago |
Hongli Lai (Phusion)
|
1d97fe13d9
|
Convert PLUGINS to markdown format for better readability.
|
15 years ago |
Hongli Lai (Phusion)
|
abc38e4510
|
Convert FAQ.txt to markdwon format for better readability.
|
15 years ago |
Hongli Lai (Phusion)
|
6f40a555aa
|
Rename *.txt.md to *.md.
|
15 years ago |
Hongli Lai (Phusion)
|
94d08c13a7
|
Conver API to markdown format for better readability.
|
15 years ago |
Hongli Lai (Phusion)
|
328c2be288
|
Convert README to markdown format for better readability.
|
15 years ago |
Shane Reustle
|
98ca809afd
|
Prevent single slice pie charts on example page
|
15 years ago |
Ole Laursen
|
1a99246c73
|
Change "method" to "type" in AJAX example, method doesn't exist in
jQuery (reported by Martin Pala)
|
15 years ago |
Ole Laursen
|
93c7c941f4
|
New categories plugin with support for plotting categories/textual
data directly; also tick generators now get the whole axis rather than
just min/max
|
15 years ago |
Ole Laursen
|
b52f74e5c5
|
Merge pull request #6 from smashedpumpkin/fix-fonts
Fix bug with font of the axis labels when multiple font-families are specified
|
15 years ago |
Ole Laursen
|
b15669fd13
|
Fix bug in threshold plugin exposed by recent bugfix in data processor
|
15 years ago |
Ole Laursen
|
fcd4bce6f9
|
Fix bug when both label width and height is set (fix by Ara
Anjargolian)
|
15 years ago |
Ole Laursen
|
06c7d41af1
|
Update copyright year
|
15 years ago |
Ole Laursen
|
97c0fc820a
|
Fix bug with formats in the data processor (reported by Peter Hull)
|
15 years ago |
Ole Laursen
|
e55b5b4d61
|
Prefix canvas classes with "flot-" to prevent clashes, mostly a
problem with .overlay (reported by bcraysie/Bob Cravens, issue 540)
|
15 years ago |