Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Scripts/jqPlot/changes.txt @ 11222

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