Author |
Date |
Commit |
Message |
olau@iola.dk |
Mar 8, 2009 |
142 |
Support for partial bars, this is useful for stacked bars
|
olau@iola.dk |
Mar 8, 2009 |
141 |
Horizontal bars, based on patch from Jason LeBrun |
olau@iola.dk |
Mar 8, 2009 |
140 |
Added second parameter to labelFormatter for legend |
olau@iola.dk |
Mar 1, 2009 |
139 |
Added support for coloring the data points below a certain threshold
|
olau@iola.dk |
Mar 1, 2009 |
138 |
Introduce step-wise line charts, extending the data model to have (possibly) sep |
olau@iola.dk |
Feb 27, 2009 |
137 |
Refactor to copy data instead of using user-provied data array directly |
olau@iola.dk |
Feb 20, 2009 |
136 |
Little cleanup |
olau@iola.dk |
Feb 20, 2009 |
135 |
Use SVN release of excanvas, hopefully this will make Flot work with IE |
olau@iola.dk |
Feb 20, 2009 |
134 |
Fixed problem with bar highlights (report by Chris Leonello) |
olau@iola.dk |
Feb 20, 2009 |
133 |
Fixed problem with setting background (patch by achamayou) |
olau@iola.dk |
Feb 1, 2009 |
132 |
Added support for gradient bars |
olau@iola.dk |
Jan 19, 2009 |
131 |
legend.margin can now specify horizontal and vertical margins |
olau@iola.dk |
Jan 14, 2009 |
130 |
Added "plotunselected" event |
olau@iola.dk |
Jan 14, 2009 |
129 |
Added support for gradients, currently only used for the grid background |
olau@iola.dk |
Jan 13, 2009 |
128 |
Make the grid border act similarly to a regular CSS border |
olau@iola.dk |
Jan 13, 2009 |
127 |
Don't round markings to prevent sub-pixel problems |
olau@iola.dk |
Jan 12, 2009 |
126 |
Patch from Mike R. Williamson to fix make set border color in options parsing co |
olau@iola.dk |
Jan 12, 2009 |
125 |
Check position of placeholder before setting it |
olau@iola.dk |
Jan 12, 2009 |
124 |
Added borderColor option, patch from achamayou |
olau@iola.dk |
Jan 12, 2009 |
123 |
Pulled the autoscaleSkipPointsOutside option, it's causing trouble in edge cases |
olau@iola.dk |
Jan 9, 2009 |
122 |
Fixup tracking example a wee bit, add it to index, lower the update timeout valu |
olau@iola.dk |
Jan 9, 2009 |
121 |
Fixed spelling mistake (report by Gokhan Sevinc) |
olau@iola.dk |
Jan 5, 2009 |
120 |
Fixed a couple of things related to the crosshair |
olau@iola.dk |
Nov 24, 2008 |
119 |
Clarify that it is important not to put in strings |
olau@iola.dk |
Nov 24, 2008 |
118 |
Added notice about the string/number conversion problem |
olau@iola.dk |
Nov 24, 2008 |
117 |
Added access to the built-in date formatter through $.plot.formatDate |
olau@iola.dk |
Nov 21, 2008 |
116 |
Added documentation and example for the crosshairs feature |
olau@iola.dk |
Nov 21, 2008 |
115 |
First stab at crosshair support |
olau@iola.dk |
Nov 21, 2008 |
114 |
Introduced a plotselecting event which is fired while doing a selection |
olau@iola.dk |
Nov 20, 2008 |
113 |
Clarify the Prototype/Mootools question |
olau@iola.dk |
Nov 20, 2008 |
112 |
Call $() on passed in elements to support DOM elements/CSS expressions too |
olau@iola.dk |
Nov 20, 2008 |
111 |
Move FAQ to separate file |
olau@iola.dk |
Nov 19, 2008 |
110 |
Added support for skipping points outside the specified range when autoscaling |
olau@iola.dk |
Nov 19, 2008 |
109 |
Fixed bug with returning y2 values in the selection event |
olau@iola.dk |
Nov 18, 2008 |
108 |
Remove debug output, forgot to save buffer in Emacs before committing |
olau@iola.dk |
Nov 18, 2008 |
107 |
Added support for disabling interactivity for specific plots |
olau@iola.dk |
Nov 5, 2008 |
106 |
Fixed a bug with drawing marking lines with differrent colors |
olau@iola.dk |
Nov 3, 2008 |
105 |
Convert axis min/max to numbers |
olau@iola.dk |
Nov 3, 2008 |
104 |
Fixed issue with background colors not printing in legend |
olau@iola.dk |
Nov 3, 2008 |
103 |
Updated mouse position expression to the latest in jQuery 1.2.6 |
olau@iola.dk |
Nov 3, 2008 |
102 |
Updated mouse position expression to the latest in jQuery 1.2.6 |
olau@iola.dk |
Oct 29, 2008 |
101 |
Clear up a couple of things related to not showing lines |
olau@iola.dk |
Oct 29, 2008 |
100 |
Fixed problems with not showing lines |
olau@iola.dk |
Oct 17, 2008 |
99 |
Forgot to commit the NEWS file |
olau@iola.dk |
Oct 17, 2008 |
98 |
Fixed a bug with setData(getData()) and secondary axes |
olau@iola.dk |
Oct 9, 2008 |
97 |
Fixed corner-case bug with axis-autoadjustment for flat datasets |
olau@iola.dk |
Oct 3, 2008 |
96 |
Fixed two corner-case bugs when drawing filled curves |
olau@iola.dk |
Oct 3, 2008 |
95 |
Be more precise when generating the numbers |
olau@iola.dk |
Sep 25, 2008 |
94 |
Added an FAQ to the readme |
olau@iola.dk |
Sep 25, 2008 |
93 |
Fixed a couple of minor issues and bumped version no. |
olau@iola.dk |
Sep 22, 2008 |
92 |
Fixed formulation |
olau@iola.dk |
Sep 22, 2008 |
91 |
Support for preventing event in setSelection and revamped coloredAreas as markin |
olau@iola.dk |
Sep 21, 2008 |
90 |
Added special-case for highlighting bars |
olau@iola.dk |
Sep 21, 2008 |
89 |
Fixed two bugs with negative bars |
olau@iola.dk |
Sep 20, 2008 |
88 |
Integrated patch by Mark Byers for detecting bar hovering |
olau@iola.dk |
Sep 18, 2008 |
87 |
Fixed missing var declaration causing trouble in IE, reworded interacting exampl |
olau@iola.dk |
Sep 18, 2008 |
86 |
Shuffled the explanation of time series support around a bit |
olau@iola.dk |
Sep 17, 2008 |
85 |
Implemented centering of bars |
olau@iola.dk |
Sep 17, 2008 |
84 |
Fixed IE problem, fix by Savage Zhang |
olau@iola.dk |
Sep 17, 2008 |
83 |
Fixed a bug with multi-line x-axis labels |
olau@iola.dk |
Sep 17, 2008 |
82 |
Refactored the axis adjustment code for bars |
olau@iola.dk |
Sep 17, 2008 |
81 |
Allow null values in coordinates to have an affect on axis scaling |
olau@iola.dk |
Sep 17, 2008 |
80 |
Document highlight and related |
olau@iola.dk |
Sep 17, 2008 |
79 |
prevent highlights from being cut off and fixed an issue with the placement of a |
olau@iola.dk |
Sep 14, 2008 |
78 |
Add some polish to the highlight |
olau@iola.dk |
Sep 13, 2008 |
77 |
Fixed CSS bug |
olau@iola.dk |
Sep 13, 2008 |
76 |
Fixed description of methods returning internals |
olau@iola.dk |
Sep 13, 2008 |
75 |
Preliminary support for highlighting points, still needs polishing |
olau@iola.dk |
Sep 10, 2008 |
74 |
Spit out pageX/pageY in "plotclick" and "plothover" events, add primitive toolti |
olau@iola.dk |
Sep 10, 2008 |
73 |
Landed dual axis/hover event/finding nearby datapoints patch |
olau@iola.dk |
Sep 8, 2008 |
72 |
Fixed a bug with line widths of bars |
olau@iola.dk |
Sep 8, 2008 |
71 |
Overwrite the legend container instead of appending to it |
olau@iola.dk |
Sep 8, 2008 |
70 |
Commit patch to fix a bug with drawing bars extending below 0 |
olau@iola.dk |
Sep 8, 2008 |
69 |
Fixed bug when borderWidth is set to 0 |
olau@iola.dk |
Sep 3, 2008 |
68 |
Fixed wording |
olau@iola.dk |
Apr 4, 2008 |
67 |
Display dates according to UTC instead of according to the time zone of the visi |
olau@iola.dk |
Mar 14, 2008 |
66 |
Add warnings about display:none and placeholder readiness to the README |
olau@iola.dk |
Mar 13, 2008 |
65 |
Set the fill opacity instead of just scaling it |
olau@iola.dk |
Mar 13, 2008 |
64 |
Make it possible to set the fill opacity by setting fill to a number |
olau@iola.dk |
Mar 12, 2008 |
63 |
Fix Number.MIN_VALUE bug and prevent the possibility of eternal looping in tick |
olau@iola.dk |
Mar 10, 2008 |
62 |
Added support for specifying tick label sizes |
olau@iola.dk |
Mar 10, 2008 |
61 |
Really fix spacing bug |
olau@iola.dk |
Mar 7, 2008 |
60 |
Add clarification about the use of setData to the API documentation |
olau@iola.dk |
Mar 7, 2008 |
59 |
Bumped version no. |
olau@iola.dk |
Mar 7, 2008 |
58 |
Revert accidental commit to example |
olau@iola.dk |
Mar 7, 2008 |
57 |
Added more members to the Plot object + a few cleanups |
olau@iola.dk |
Mar 7, 2008 |
56 |
Clarify the meaning of barWidth |
olau@iola.dk |
Mar 6, 2008 |
55 |
Fixed up the label measurement stuff, fixed a snap-to-tick bug |
olau@iola.dk |
Mar 6, 2008 |
54 |
Added support for customizing the border width, change gridLabel to tickLabel an |
olau@iola.dk |
Mar 6, 2008 |
53 |
Convert data coordinates explicitly to numbers |
olau@iola.dk |
Mar 6, 2008 |
52 |
Clamp the minimum zoom level in the example |
olau@iola.dk |
Mar 6, 2008 |
51 |
Added support for line segments and null/NaN values |
olau@iola.dk |
Mar 5, 2008 |
50 |
Cleaned up findDataRanges, fix bug in date handling that I just introduced |
olau@iola.dk |
Mar 5, 2008 |
49 |
Be consistent in using $, really fix the IE 7 event issues, and fix text selecti |
olau@iola.dk |
Feb 29, 2008 |
48 |
Fixed IE 7 problem with selecting |
olau@iola.dk |
Feb 27, 2008 |
47 |
Updated TODO, added bugfix to NEWS |
olau@iola.dk |
Feb 27, 2008 |
46 |
Fixed bug in handling bar series with only one item |
olau@iola.dk |
Feb 26, 2008 |
45 |
Some further tweaks to time series handling, implemented support for tickSize an |
olau@iola.dk |
Feb 26, 2008 |
44 |
Documented the date support, tweaking the API a bit in the process, deprecated n |
olau@iola.dk |
Feb 26, 2008 |
43 |
Added colored area support with an example to show it |