outfielding-jqplot-rails 1.0.5 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. data/CHANGELOG.md +5 -0
  2. data/README-jqplot.txt +2 -2
  3. data/changes-jqplot.txt +440 -0
  4. data/copyright-jqplot.txt +56 -0
  5. data/lib/outfielding-jqplot-rails/version.rb +1 -1
  6. data/vendor/assets/javascripts/jqplot-plugins/jqplot.BezierCurveRenderer.js +3 -2
  7. data/vendor/assets/javascripts/jqplot-plugins/jqplot.barRenderer.js +8 -5
  8. data/vendor/assets/javascripts/jqplot-plugins/jqplot.blockRenderer.js +2 -2
  9. data/vendor/assets/javascripts/jqplot-plugins/jqplot.bubbleRenderer.js +2 -2
  10. data/vendor/assets/javascripts/jqplot-plugins/jqplot.canvasAxisLabelRenderer.js +4 -4
  11. data/vendor/assets/javascripts/jqplot-plugins/jqplot.canvasAxisTickRenderer.js +16 -6
  12. data/vendor/assets/javascripts/jqplot-plugins/jqplot.canvasOverlay.js +3 -3
  13. data/vendor/assets/javascripts/jqplot-plugins/jqplot.canvasTextRenderer.js +3 -3
  14. data/vendor/assets/javascripts/jqplot-plugins/jqplot.categoryAxisRenderer.js +4 -4
  15. data/vendor/assets/javascripts/jqplot-plugins/jqplot.ciParser.js +2 -2
  16. data/vendor/assets/javascripts/jqplot-plugins/jqplot.cursor.js +3 -3
  17. data/vendor/assets/javascripts/jqplot-plugins/jqplot.dateAxisRenderer.js +30 -26
  18. data/vendor/assets/javascripts/jqplot-plugins/jqplot.donutRenderer.js +3 -3
  19. data/vendor/assets/javascripts/jqplot-plugins/jqplot.dragable.js +2 -2
  20. data/vendor/assets/javascripts/jqplot-plugins/jqplot.enhancedLegendRenderer.js +2 -2
  21. data/vendor/assets/javascripts/jqplot-plugins/jqplot.funnelRenderer.js +4 -4
  22. data/vendor/assets/javascripts/jqplot-plugins/jqplot.highlighter.js +3 -3
  23. data/vendor/assets/javascripts/jqplot-plugins/jqplot.logAxisRenderer.js +7 -2
  24. data/vendor/assets/javascripts/jqplot-plugins/jqplot.mekkoAxisRenderer.js +3 -3
  25. data/vendor/assets/javascripts/jqplot-plugins/jqplot.mekkoRenderer.js +4 -4
  26. data/vendor/assets/javascripts/jqplot-plugins/jqplot.meterGaugeRenderer.js +7 -7
  27. data/vendor/assets/javascripts/jqplot-plugins/jqplot.mobile.js +2 -2
  28. data/vendor/assets/javascripts/jqplot-plugins/jqplot.ohlcRenderer.js +4 -4
  29. data/vendor/assets/javascripts/jqplot-plugins/jqplot.pieRenderer.js +3 -3
  30. data/vendor/assets/javascripts/jqplot-plugins/jqplot.pointLabels.js +6 -8
  31. data/vendor/assets/javascripts/jqplot-plugins/jqplot.pyramidAxisRenderer.js +4 -4
  32. data/vendor/assets/javascripts/jqplot-plugins/jqplot.pyramidGridRenderer.js +2 -2
  33. data/vendor/assets/javascripts/jqplot-plugins/jqplot.pyramidRenderer.js +2 -2
  34. data/vendor/assets/javascripts/jqplot-plugins/jqplot.trendline.js +3 -3
  35. data/vendor/assets/javascripts/jquery.jqplot.js +74 -60
  36. metadata +4 -2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ 2013-02-27 Jason Young <jay@outfielding.net>
2
+
3
+ * Includes jqplot 1.0.7 (r1224)
4
+ * adds in the changes.txt (and copyright.txt and updates the README.txt) from jqplot 1.0.7
5
+
1
6
  2013-02-12 Jason Young <jay@outfielding.net>
2
7
 
3
8
  * Includes jqplot 1.0.5 (r1122)
data/README-jqplot.txt CHANGED
@@ -21,7 +21,7 @@ Bugs, issues, feature requests: <http://www.bitbucket.org/cleonello/jqplot/issue
21
21
 
22
22
  Basic Usage Instructions:
23
23
 
24
- jqPlot requires jQuery (1.4+ required for certain features). jQuery 1.4.4 is included in
24
+ jqPlot requires jQuery (1.4+ required for certain features). jQuery 1.9.1 is included in
25
25
  the distribution. To use jqPlot include jQuery, the jqPlot jQuery plugin, the jqPlot css file and
26
26
  optionally the excanvas script to support IE version prior to IE 9 in your web page:
27
27
 
@@ -46,7 +46,7 @@ to get a description of the various build targets.
46
46
 
47
47
  Legal Notices:
48
48
 
49
- Copyright (c) 2009-2010 Chris Leonello
49
+ Copyright (c) 2009-2013 Chris Leonello
50
50
  jqPlot is currently available for use in all personal or commercial projects
51
51
  under both the MIT and GPL version 2.0 licenses. This means that you can
52
52
  choose the license that best suits your project and use it accordingly.
@@ -0,0 +1,440 @@
1
+ Title: Change Log
2
+
3
+ 1.0.7:
4
+ * Issue #726: Bug in sprintf %p, sometimes it outputs exponential form rather than decimal
5
+ * Issue #717: Plot's preDrawHooks not called
6
+ * Issue #707: Browser hangs with LogAxisRenderer when value is 0
7
+ * Issue #695: Horizontal Bar Chart Negative Series Colors Not Working
8
+ * Issue #670: Examples IE7, IE8 and IE9 multipleBarColors.html failure and fix
9
+ * Issue #636: X Axis Date Renderer Single Day Not plotting
10
+ * Issue #607: Integration issue
11
+ * Issue #571: Decimal numbers not properly formatted
12
+ * Issue #552: jqPlot crashes when interval too small
13
+ * Issue #536: DateAxisRenderer invalid scaling
14
+ * Issue #534: "decimalMark" in the "jqplot.sprintf.js"
15
+ * Issue #529: Scientific notation on label values ending in 0
16
+ * Issue #521: invalid JS in meterGaugeRenderer.js
17
+ * Issue #516: Including BezierCurveRenderer plugin and initializing jqplot with no options give error
18
+ * Issue #500: DateAxisRenderer has timezone related issues
19
+ * Issue #452: Including ALL jqPlot plugins causes an Error
20
+ * Issue #494: No point when use LogAxisRenderer and a point has a zero value
21
+ * Issue #430: getIsoWeek: invalid method call
22
+ * Issue #280: jqplot Options
23
+ * Issue #179: Spelling/grammar
24
+ * Pull Request #18: Implement getTop in CanvasAxisTickRenderer
25
+ * Pull Request #21: Performance issue when drawing pointlabels with zeros/null values
26
+ * Pull Request #24: Added suggested fix in comment #8 for issue #536
27
+ * Pull Request #29: Removed unbalanced addition of UTC offset
28
+ * Pull Request #33: Documentation fixes (issue #179, other changes)
29
+ * Pull Request #34: Start of updating jqPlotOptions.txt
30
+ * Pull Request #37: Example and suggested fix for issues #552 and issue #536
31
+ * Pull Request #39: Fixed trailing comma which caused issues with IE7
32
+
33
+ 1.0.6:
34
+ * Add left sidebar navigation to examples
35
+ * Update examples for jquery 1.9.1 and jquery ui 1.10.0
36
+ * Add colorpicker.js to distribution
37
+ * Fix some problems with examples when viewing with local file system
38
+ * Add "minified" copyright notice for minified files, similar to jquery's notice.
39
+ * Pull Request #25: jqplot.sprintf.js is no longer the last file in the concatenated jquery.jqplot.js
40
+ * Pull Request #17: Fixed bug causing custom pointLabels passed with plot data to be ignored for horizontal bar graphs.
41
+ * Pull Request #10: Build error by invalid encoding.
42
+ * Issue #714: handle tickColor in meterGaugeRenderer
43
+ * Issue #519: jsDate Polish Localization
44
+
45
+ 1.0.5:
46
+ * Updated to jQuery 1.9
47
+
48
+ 1.0.0b2:
49
+ * Major improvements in memory usage:
50
+ ** Merged in changes from Timo Besenruether to reuse canvas elements and improve
51
+ memory performance.
52
+ ** Fixed all identifiable DOM leaks.
53
+ ** Mergged in changes from cguillot for memory improvements in IE < 9.
54
+ * Added vertical and dashed vertical line support for canvas overlay.
55
+ * Fixed bug where initially hidden plots would not display.
56
+ * Fixed bug with point labels and null data points.
57
+ * Updated to jQuery 1.6.1.
58
+ * Improved pie slice margin calculation and fixed slice margin and pie positioning
59
+ with small slices.
60
+ * Improved bar renderer so bars always start at 0 if:
61
+ ** The axis is a linear axis (not log/date).
62
+ ** There are no other line types besides bars attached to the axis.
63
+ ** The data on the axis is all >= 0.
64
+ ** The user has not specified a pad, padMin or forceTickAt0 = true option.
65
+ * Modified tick prefix behavious so prefix no added to all ticks, even if format
66
+ string is specified.
67
+ * Fix to ensure original tick formats are applied when zooming and resetting
68
+ zoom.
69
+ * Updated auto tick format string so format adjusted when zooming.
70
+ * Modified auto tick computation to put less ticks on small plots and more
71
+ ticks on large plots.
72
+ * Update bubble render to support gradients in IE 9.
73
+
74
+ 1.0.0b1:
75
+ * Much improved tick generation algorithm to get precise rounded
76
+ tick values (Thanks Scott Prahl!).
77
+ * Auto compute tick format string if none is provided.
78
+ * Much better "slicing" of pie charts when using "sliceMargin" option to set
79
+ a gap between the slices.
80
+ * Expanded canvasOverlay plugin to create arbitrary dashed and solid
81
+ horizontal and vertical lines on top of plot.
82
+ * Added defaultColors and defaultNegativeColors options to $.jqplot.config.
83
+ * Fixed issue #318, highlighter & bar renderer incompatability.
84
+ * Improve highlighter tooltip positioning with negative bars.
85
+ * Fixed #305, mispelling of jqlotDragStart and jqlotDragStop. MUST NOW BIND
86
+ TO jqplotDragStart and jqplotDragStop.
87
+ * Fixed #290, some variables left in global scope.
88
+ * Fixed #289, OHLC line widths hard coded at 1.5. Now set by lineWidth option.
89
+ * Fixed #296 for determining databounds on log axes.
90
+ * Updated to jQuery 1.5.1
91
+ * Fixed waterfall plot to ensure first and last bars always fill to zero.
92
+ * Added lineJoin and lineCap option to series lines.
93
+ * Bar widths now based on width of grid, not plot target for better scaling.
94
+ * Added looseZoom option to cursor so zooming can produce well rounded ticks.
95
+ * Added forceTickAt0 and forceTickAt100 options to ensure there will always
96
+ be a tick at 0 or 100 in the plot.
97
+ * Fixed bug where cursor legend didn't honor series showLabel option.
98
+
99
+
100
+ 1.0.0a:
101
+
102
+ * Series can now be moved forward or backward in stack to e.g. bring a line
103
+ forward when mousing over a point.
104
+ * Can now move outside of grid area while zooming. Can have zoom
105
+ constrained to grid area or allow zooming outside.
106
+ * Fixed issue #142 with tooltip drawn on top of event canvas, hiding
107
+ mouse events.
108
+ * Fixed #147 where pie slices with 0 value not rendering properly in IE.
109
+ * Fixed #130 where stack data not sorted properly.
110
+ * Fixed bug with null values not handled properly in category axes.
111
+ * Fixed #156 where pie charts not rendering on QTWebKit.
112
+ * Now using feature detection for canvas and canvas text capability
113
+ rather than browser version.
114
+ * Added enahncedLegendRenderer plugin to allow multi row/column legends
115
+ and clickable labels to show/hide series.
116
+ * Added fillToValue option to allow filled line plot to fill to an
117
+ arbitrary value.
118
+ * Added block plot plugin.
119
+ * Added funnel type charts.
120
+ * Added meter gauge type charts.
121
+ * Added plot theming support.
122
+ * $.jqplot.config.enablePlugins now false by default.
123
+ * Implemented highlighting on bar, pie, donut, funnel, etc. charts.
124
+ * Fix to pointlabels plugin to align labels properly on multi series plots.
125
+ * Added custom error handling to display error message in plot area.
126
+ * Fixed issue where would call to draw grid border of 0 width would
127
+ result in a default border being drawn.
128
+ * Added options to place legend outside of grid and shrink grid so everything
129
+ stays within plot div.
130
+ * Fixed bug in color generator so now calls to get() continually cycle
131
+ through colors just like next().
132
+ * Added defaultAxisStart option.
133
+ * Added gradient fills to bubbles.
134
+ * Added bubble charts.
135
+ * Added showLabels option to bubble charts.
136
+ * Pass bubble radius to event callback in bubble charts.
137
+ * Fixed #207, typo in docs.
138
+ * Fixed #206 where "value" pie slice data labels were displaying wrong
139
+ value.
140
+ * Fixed #147 with 0 value slices in IE6.
141
+ * Fixed issue #241, disabled varyBarColor option in stacked charts.
142
+ * Added dataRenderer option to allow custom processors for JSON, AJAX
143
+ and anywhere else you might want to get data.
144
+ * Fixed null value handling so plot now properly skip or join over nulls.
145
+ * Fixed showTicks and showTickMarks option conflicts.
146
+ * Fixed issue #185 where pointLabels plugin incompatibility could crash
147
+ pie, donut and other plots.
148
+ * Fixed #23 and #143 to obey gridPadding option.
149
+ * Fixed #233 with highlighter tooltip separator.
150
+ * Fixed #224 where type checking failing on GWT.
151
+ * Fixed #272 with pie highlighting not working on replot.
152
+ * Memory performance improvements.
153
+ * Changes to build script so everything should build when pulled from repo.
154
+ * Fixed issue #275, IE 6/7 don't support array indexing of strings.
155
+ * Added event listener hooks for mouseUp, mouseDown, etc. to all line plots.
156
+ * Fixed bug with highlighter not working when null in data.
157
+ * Updated to jQuery 1.4.4
158
+ * Fixed bug where donut plots showed value of radians of slice instead
159
+ of actual data.
160
+ * Reverted to excanvas r3 so IE8 no longer has to emulate IE7.
161
+ * Added tooltipContentEditor option to highlighter, allowing callback
162
+ to manipulate tooltip content at run time (thanks Tim Bunce!).
163
+ * Fixed bug where axes scale not resetting.
164
+ * Fixed bug with date axes where data bounds not properly set.
165
+ * Fixed issue where tick marks disappear if grid lines turned off.
166
+ * Updated replot method to allow passing in axes options for more control.
167
+ * Added experimental support for "broken" axes.
168
+ * Fixed bug with pies where pies with 0 valued slices did not draw correctly.
169
+ * Added canvasOverlay plugin to allow drawing of arbitrary shapes on a canvas
170
+ over the plot.
171
+ * Added option to display arbitrary text/html (message, animated gif, etc.) if
172
+ plot is constructed without data. Allow a "data loading" indicator to be shown.
173
+ * Added resetAxisValues method to manually update axis ticks without
174
+ redrawing the plot.
175
+ * Fix to labels on negative bars so label postiion of 'n' will be below a negative bar,
176
+ just as it is above a positive bar (thanks guigod!).
177
+ * Added thousands separator character (') to sprintf formatting (thanks yuichi1004!).
178
+ * Re-factored date parsing/formatting to use new jsDate module which does not
179
+ extend the Date prototype.
180
+
181
+
182
+ 0.9.7:
183
+
184
+ * Added Mekko chart plot type with enhanced legend and axes support.
185
+ * Implemented vertical waterfall charts. Can create waterfall plot as
186
+ option to bar chart. See examples folder of distribution.
187
+ * Enhanced plot labels for waterfall style.
188
+ * Enhanced bar plots so you can now color each bar of a series
189
+ independently with the "varyBarColor" option.
190
+ * Re-factored series drawing so that each series and series shadow drawn
191
+ on its own canvas. Allows series to be redrawn independently of each other.
192
+ * Added additional default series colors.
193
+ * Added useNegativeColors option to turn off negative color array and use
194
+ only seriesColors array to define all bar/filled line colors.
195
+ * Fix css for cursor legend.
196
+ * Modified shape renderer so rectangles can be stroked and filled.
197
+ * Re-factored date methods out of dateAxisRenderer so that date formatter
198
+ and methods can be accesses outside of dateAxisRenderer plugin.
199
+ * Fixed #132, now trigger series change event on plot target instead of drag canvas.
200
+ * Fixes issue #116 where some source files had mix of tabs and spaces
201
+ for indentation. Should have been all spaces.
202
+ * Fixed issue #126, some links broken in docs section of web site.
203
+ * Fixed issue #90, trendline plugin incompatibility with pie renderer.
204
+ * Updated samples in examples folder of distribution to include navigation
205
+ links if web server is set up to process .html files with php.
206
+
207
+
208
+ 0.9.6:
209
+
210
+ * New, easier to use, replot() method for placing plots in tabs, accordions,
211
+ resizable containers or for changing plot parameters programmatically.
212
+ * Updated legend renderer for pie charts to draw swatches which will
213
+ print correctly.
214
+ * Fixed issue #118 with patch from taum so autoscale option will
215
+ honor tickInterval and numberTicks options
216
+ * Fix to plot diameter calculation for initially hidden plots.
217
+ * Added examples for making plots in jQuery UI tabs and accordions.
218
+ * Fixed issue #120 where pie chart with single slice not displaying
219
+ correctly in IE and Chrome
220
+
221
+
222
+ 0.9.5.2:
223
+
224
+ * Fixed #102 where double clicking on plot that has zoom enabled, but
225
+ has not been zoomed resulted in error.
226
+ * Fixed bug where candlestick coloring options not working.
227
+ * Added option to turn individual series labels off in the legend.
228
+
229
+
230
+ 0.9.5.1:
231
+
232
+ * Fixed bug where tooltip not working with OHLC and candlestick charts.
233
+ * Added additional marker styles: plus, X and dash.
234
+
235
+
236
+ 0.9.5:
237
+
238
+ * Implemented "zoomProxy". zoomProxy allows zooming one plot from another
239
+ such as an overview plot.
240
+ * Zooming can now be constrained to just x or y axis.
241
+ * Enhanced cursor plugin with vertical "dataTracking" line. This is a line
242
+ at the cursor location with a readout of data points at the line location
243
+ which are displayed in the chart legend.
244
+ * Changed cursor tooltip format string. Now one format string is used for
245
+ entire tooltip.
246
+ * Added mechanisms to specify plot size when plot target is hidden or plot
247
+ height/width otherwise cannot be determined from markup.
248
+ * Added $.jqplot.config object to specify jqplot wide configuration options.
249
+ These include enablePlugins to globally set the default plugin state on/off
250
+ and defaultHeight/defaultWidth to specify default plot height/width.
251
+ * Added fillToZero option which forces filled charts to fill to zero as opposed
252
+ to axis minimum. Thus negative filled bar/line values will fill upwards to
253
+ zero axis value.
254
+ * Added option to disable stacking on individual lines.
255
+ * Changed targetId property of the plot object so it now includes a "#" before
256
+ the id string.
257
+ * Improved tick and body sizing of Open Hi Low Close and candlestick charts.
258
+ * Removed lots of web site related files from the repository. This means that,
259
+ if working from the sources, user's won't be able to build the jqplot web
260
+ site and the docs/tests that are hosted on that site. The minified and
261
+ compressed distribution packages will build fine.
262
+ * Lots of examples were added to a separate examples directory to better show
263
+ functionality of jqPlot for local testing with the distribution.
264
+ * Many various bug fixes and other minor enhancements.
265
+
266
+
267
+ 0.9.4:
268
+
269
+ * Implemented axis labels. Labels can be rendered in div tags or as canvas
270
+ elements supporting rotated text.
271
+ * Improved rotated axis label positioning so labels will start or end at a
272
+ tick position.
273
+ * Fixed bug where an empty data series would hang plot rendering.
274
+ * completed issue #66 for misc. improvements to documentation.
275
+ * Fixed issue #64 where the same ID's were assigned to cursor and highlighter
276
+ elements.
277
+ * Added option to legend to encode special HTML characters.
278
+ * Fixed undesirable behavior where point labels for points off the plot
279
+ were being rendered.
280
+ * Added edgeTolerance option to point label renderer to control rendering of
281
+ labels near plot edges.
282
+
283
+
284
+ 0.9.3:
285
+
286
+ * Preliminary support for axis labels. Currently rendered into DIV tags,
287
+ so no rotated label support. This feature is currently experimental.
288
+ * Fixed bug #52, needed space in tick div tag between style and class declarations
289
+ or plot failed in certain application doctypes.
290
+ * Fixed issue #54, miter style line join for chart lines causing spikes at steep
291
+ changes in slope. Changed miter style to round.
292
+ * Added examples for new autoscaling algorithm.
293
+ * Fixed bug #57, category axis labels disappear on redraw()
294
+ * Improved algorithm which controlled maximum number of labels that would display
295
+ on a category axis.
296
+ * Fixed bug #45 where null values causing errors in plotData and gridData.
297
+ * Fixed issue #60 where seriesColors option was not working.
298
+
299
+
300
+ 0.9.2:
301
+
302
+ * Fixed bug #45 where a plot could crash if series had different numbers of points.
303
+ * Fixed issue #50, added option to turn off sorting of series data.
304
+ * Fixed issue #31, implemented a better axis autoscaling algorithm and added an autoscale option.
305
+
306
+ 0.9.1:
307
+
308
+ * Fixed bug #40, when axis pad, padMax, padMin set to 0, graph would fail to render.
309
+ * Fixed bug #41 where pie and bar charts not rendered correctly on redraw().
310
+ * Fixed bug #11, filled stacked line plots not rendering correctly in IE.
311
+ * Fixed bug #42 where stacked charts not rendering with string date axis ticks.
312
+ * Fixed bug in redraw() method where axes ticks were not reset.
313
+ * Fixed "jqplotPreRedrawEvent" that should have been named "jqplotPostRedraw" event.
314
+
315
+ 0.9.0:
316
+
317
+ * Added Open Hi Low Close charts, Candlestick charts and Hi Low Close charts.
318
+ * Added support for arbitrary labels on the data points.
319
+ * Enhanced highlighter plugin to allow custom formatting control of entire tooltip.
320
+ * Enhanced highlighter to support multiple y values in a data point.
321
+ * Fixed bug #38 where series with a single point with a negative value would fail.
322
+ * Improvements to examples to show what plugins to include.
323
+ * Expanded documentation for some of the plugins.
324
+
325
+ 0.8.5:
326
+
327
+ * Added zooming ability with double click or single click options to reset zoom.
328
+ * Modified default tick spacing algorithm for date axes to give more space to ticks.
329
+ * Fixed bug #2 where tickInterval wasn't working properly.
330
+ * Added neighborThreshold option to control how close mouse must be to
331
+ point to trigger neighbor detection.
332
+ * Added double click event handler on plot.
333
+
334
+ 0.8.0:
335
+
336
+ * Support for up to 9 y axes.
337
+ * Added option to control padding at max/min bounds of axes separately.
338
+ * Closed issue #21, added options to control grid line color and width.
339
+ * Closed issue #20, added options to filled line charts to stoke above
340
+ fill and customize fill color and transparency.
341
+ * Improved structure of on line documentation to make usage and options
342
+ docs default.
343
+ * Added much documentation on options and css styling.
344
+
345
+ 0.7.1:
346
+
347
+ * Bug fix release
348
+ * Fixed bug #6, missing semi-colons messing up some javascript compressors.
349
+ * Fixed bug #13 where 2D ticks array of [values, labels] would fail to
350
+ renderer with DateAxisRenderer.
351
+ * Fixes bug #16 where pie renderer overwriting options for all plot types
352
+ and crashing non pie plots.
353
+ * Fixes bug #17 constrainTo dragable option mispelled as "contstrainTo".
354
+ Fixed dragable color issue when used with trend lines.
355
+
356
+ 0.7.0:
357
+
358
+ * Pie chart support
359
+ * Enabled tooltipLocation option in highlighter.
360
+ * Highlighter Tooltip will account for mark size and highlight size when
361
+ positioning itself.
362
+ * Added ability to show just x, y or both axes in highlighter tooltip.
363
+ * Added customization of separator between axes values in highlighter tooltip.
364
+ * Modified how shadows are drawn for lines, bars and markers. Now drawn first,
365
+ so they are always behind the object.
366
+ * Adjustments to shadow parameters on lines to account for new shadow positioning.
367
+ * Added a ColorGenerator class to robustly return next available color
368
+ for a plot with wrap around to first color at end.
369
+ * Udates to docs about css file.
370
+ * Fixed bug with String x values in series and IE error on sorting (Category Axis).
371
+ * Added cursor changes in dragable plugin when cursor near dragable point.
372
+
373
+ 0.6.6b:
374
+
375
+ * Added excanvas.js and excanvas.min.js to compressed distributions.
376
+ * Added example/test html pages I had locally into repository and to
377
+ compressed distributions.
378
+
379
+ 0.6.6a:
380
+
381
+ * Removed absolute positioning from dom element and put back into css file.
382
+ * Duplicate of 0.6.6 with a suffix to unambiguously differentiate between
383
+ previously posted 0.6.6 release.
384
+
385
+ 0.6.6:
386
+
387
+ * Fixed bug #5, trend line plugin failing when no trend line options specified.
388
+ * Added absolute position css spec to axis tick dom element.
389
+ * Enhancement to category axes, more intuitive handling of series with
390
+ missing data values.
391
+
392
+ 0.6.5:
393
+
394
+ * Fixed bug #4, series of unequal data length not rendering correctly.
395
+ This is a bugfix release only.
396
+
397
+ 0.6.4:
398
+
399
+ * Fixed bug (issue #1 in tracker) where flat line data series (all x and/or y
400
+ values are euqal) or single value data series would crash.
401
+
402
+ 0.6.3:
403
+
404
+ * Support for stacked line (a.k.a. area) and stacked bar (horizontal and
405
+ vertical) charts.
406
+ * Refactored barRenderer to use default shape and shadow renderers.
407
+ * Added info (contacts & support information) page to web site.
408
+
409
+ 0.6.2:
410
+
411
+ * This is a minor upgrade to docs and build only. No functionality has changed.
412
+ * Ant build script generates entire site, examples, tests and distribution.
413
+ * Improvements to documentation.
414
+
415
+ 0.6.1:
416
+
417
+ * New sprintf implementation from Ash Searle that implements %g.
418
+ * Fix to sprintf e/f formats.
419
+ * Created new format specifier, %p and %P to preserve significance.
420
+ * Modified p/P format to better display larger numbers.
421
+ * Fixed and simplified significant digits calculation for sprintf.
422
+ * Added option to have cursor tooltip follow the mouse or not.
423
+ * Added options to change size of highlight.
424
+ * Updates to handle dates like '6-May-09'.
425
+ * Mods to improve look of web site.
426
+ * Updates to documentation.
427
+ * Added license and copyright statement to source files.
428
+
429
+ 0.6.0:
430
+
431
+ * Added rotated text support. Uses native canvas text functionality in
432
+ browsers that support it or draws text on canvas with Hershey font
433
+ * metrics for non-supporting browsers.
434
+ * Removed lots of lint in js code.
435
+ * Moved tick css from js code into css file.
436
+ * Fix to tick positioning css. y axis ticks were positioned to wrong side of axis div.
437
+ * Re-factored axis tick renderer instantiation into the axes renderers themselves.
438
+
439
+
440
+ For changes prior to 0.6.0 release, please see change log at http://bitbucket.org/cleonello/jqplot/changesets/