Update docs for committing changes.
[dygraphs.git] / dygraph.js
2013-01-29 Dan VanderkamMerge pull request #202 from kberg/tweak-tests
2013-01-29 Dan VanderkamMerge pull request #200 from kberg/resize-handler
2013-01-25 Dan Vanderkamuse Dygraph.log in dygraphs.js
2013-01-25 Robert KonigsbergResize event causes several event handlers to be be...
2013-01-25 Robert Konigsbergresize handler only added once per graph.
2013-01-23 Dan Vanderkamnearly all lint errors gone; closure compiler still...
2013-01-22 Dan Vanderkamlint checks mostly pass
2013-01-11 Paul FelixNeed to call createDragInterface_() after plugins are...
2013-01-11 Paul FelixRange selector is now a plugin
2013-01-11 Robert KonigsbergMerge pull request #194 from kberg/unzoom
2013-01-11 Robert KonigsbergMerge branch 'master' into unzoom
2013-01-10 Dan VanderkamMerge pull request #197 from kberg/dounzoom
2013-01-09 Robert KonigsbergBetter name (thanks Paul.)
2013-01-09 Robert KonigsbergMove doUnzoom_ to the public API.
2013-01-04 Robert KonigsbergFix responsese to code review 194.
2013-01-04 Robert KonigsbergMerge branch 'master' of github.com:kberg/dygraphs
2013-01-04 Robert KonigsbergAdd plugins option to Dygraphs. Add demo-test. Add...
2013-01-03 Robert KonigsbergMerge pull request #193 from kberg/axis-label-font...
2013-01-03 Robert KonigsbergMerge branch 'master' of git://github.com/danvk/dygraph...
2012-12-31 Robert KonigsbergMerge branch 'master' of github.com:kberg/dygraphs...
2012-12-31 Robert KonigsbergaxisLabelFontSize can now be configured per-axis.
2012-12-31 Robert KonigsbergaxisLabelFontSize can now be configured per-axis.
2012-12-30 Robert KonigsbergMerge branch 'master' of github.com:danvk/dygraphs
2012-12-30 Dan VanderkamMerge pull request #191 from kberg/option-consolidation
2012-12-30 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2012-12-30 Robert KonigsbergSimplify valueRange work in computeYAxes. Add comment...
2012-12-30 Robert KonigsbergRemove more options. Tested them, either manually,...
2012-12-29 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2012-12-29 Robert KonigsbergMerge branch 'option-consolidation' of https://github...
2012-12-27 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2012-12-27 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2012-12-27 Robert KonigsbergAdd test for axisTickSize. Fill out test for yAxisLabel...
2012-12-27 Robert KonigsbergRemove yAxisLabelWidth from Dygraph.axes_.
2012-12-27 Robert KonigsbergRemove labelsKMB and labelsKMG2 from Dygraph.axes_.
2012-12-17 Robert KonigsbergRemove last vestige of axis.logscale.
2012-12-16 Robert KonigsbergRemove one instance of logscale and all (that is one...
2012-12-16 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2012-12-14 Robert KonigsbergMerge pull request #187 from adilhn/rgbcolor_change
2012-12-14 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2012-12-13 Robert KonigsbergFix logscale. Also fix includeZero (and add tests for...
2012-12-12 AdilFixed typo.
2012-12-12 AdilMerge remote-tracking branch 'upstream/master' into...
2012-12-12 Adil- Refactored requestAnimFrame.
2012-12-08 Robert KonigsbergMake new options stuff work with gviz.
2012-12-04 Adil- Changes from code review:
2012-11-29 Robert KonigsbergMerge pull request #180 from kberg/new-series-option
2012-11-29 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2012-11-28 Adil- Added xIsEpochDate option to save redundant encoding...
2012-11-26 Dan VanderkamMerge pull request #182 from kberg/master
2012-11-26 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2012-11-26 Robert KonigsbergAdded additional comment to the deprecated options...
2012-11-26 Dan VanderkamMerge pull request #181 from kberg/master
2012-11-25 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2012-11-25 Robert KonigsbergAdd comments and warnings for legacy options.
2012-11-25 Robert KonigsbergAdd comments and warnings for legacy options.
2012-11-25 Robert KonigsbergOoh more code cleanup; all 155 tests pass.
2012-11-25 Robert KonigsbergMerge branch 'remove-old-options' into new-series-optio...
2012-11-24 Robert KonigsbergMerge branch 'master' of https://github.com/kberg/dygra...
2012-11-24 Robert KonigsbergMerge branch 'remove-old-options' of https://github...
2012-11-24 Robert KonigsbergMerge branch 'master' into remove-old-options
2012-11-24 Robert KonigsbergMerge branch 'master' into remove-old-options
2012-11-24 Robert KonigsbergMerge branch 'master' of https://github.com/kberg/dygra...
2012-11-24 Robert KonigsbergOptions code review, plus, remove original attr_ code.
2012-11-24 Dan VanderkamMerge pull request #178 from kberg/tests
2012-11-24 Dan VanderkamMerge pull request #177 from danvk/no-width-no-work
2012-11-23 Dan VanderkamMerge pull request #174 from wimme/patch-1
2012-11-22 Robert KonigsbergSeries have to be updated when updateOptions are called...
2012-11-22 Robert KonigsbergWhen div is of type string, replace it with a document...
2012-11-22 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2012-11-22 Robert KonigsbergMerge pull request #176 from kberg/add-per-series-to...
2012-11-22 Dan VanderkamMerge pull request #161 from klausw-g/is-series-locked
2012-11-18 Robert KonigsbergMerge pull request #173 from kberg/reverse-noisydata
2012-11-18 Robert KonigsbergDump Dygraph.seriesToAxisMap, move it into DygraphOptio...
2012-11-18 Robert KonigsbergRemove the old code for attr_.
2012-11-18 Robert KonigsbergSupport highlightSeriesOpts, and, standardize on field...
2012-11-18 Robert KonigsbergReparse when series is set for array data.
2012-11-18 Robert KonigsbergLooking better -- handle the CSV/no label case.
2012-11-18 Robert KonigsbergAdd dygraph-options.js. Add code to compare behavior...
2012-11-15 Dan VanderkamMerge pull request #171 from kberg/master
2012-11-15 Dan VanderkamMerge pull request #170 from shole/master
2012-10-27 sholefindClosestPoint visibility bias fix, as described...
2012-09-17 Dan Vanderkamfix for issue 380 from adilh
2012-08-17 Dan VanderkamFix Issue 162: Support DOS-style line endings
2012-08-16 Dan Vanderkamverify that issue 185 is fixed
2012-08-16 Dan VanderkamFix Issue 359:animatedZooms option has a bad interactio...
2012-08-16 Dan Vanderkamrv f4e7e19, which was committed by accident
2012-08-16 Dan VanderkamFix issue 201:zero-series test broken
2012-08-16 Dan VanderkamFix Issue 361: Moving the mouse over an iframe breaks...
2012-08-16 Dan Vanderkamfailing test for iframe mouseup
2012-08-10 Dan Vanderkamfix all lint errors
2012-08-09 Dan Vanderkamremove trailing comma that was breaking IE
2012-07-31 Dan VanderkamAdd 'plotter' option, which allows custom drawing.
2012-07-31 Klaus WeidnerExport .isSeriesLocked() API function
2012-07-31 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2012-07-31 Paul FelixTwo RangeSelector changes/fixes (pull request 160)
2012-07-31 Dan VanderkamMerge pull request #159 from klausw-g/lock-selection
2012-07-27 Klaus WeidnerAdd optional "locked" arg to setSelection
2012-07-25 Dan Vanderkamrestore copy & fix zooming bug with error bars
2012-07-25 Dan VanderkamMerge branch 'master' into reorganize-points reorganize-points
2012-07-20 Dan Vanderkamcreate failing errorBars test
next