Fix bug 329 which accumulates clipping rectangles on subsequent draws.
[dygraphs.git] / dygraph.js
2013-02-09 Robert KonigsbergFix bug 329 which accumulates clipping rectangles on...
2013-02-09 Dan VanderkamMerge pull request #211 from klausw-g/issue-424
2013-02-09 Dan VanderkamMerge pull request #212 from kberg/i153
2013-02-09 Robert KonigsbergFix bug 153, findPosX and findPosY don't take borders...
2013-02-09 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2013-02-09 Dan VanderkamFix Issue 181: labelsDiv flashes when the mouse hovers...
2013-02-09 Dan VanderkamMerge pull request #209 from kberg/i428
2013-02-08 Robert KonigsbergFix bug 428, add test which catches exception. What...
2013-02-08 Dan VanderkamSlightly scary change to fix issue 426
2013-02-08 Dan VanderkamAdd CSS "reset" to fix Issue 429
2013-02-01 Dan VanderkamMerge pull request #199 from witsa/master
2013-02-01 Dan VanderkamFix "Unnecessary semicolon" lint error
2013-02-01 manufitoussiChanging name of isUnspecifiedLimit function to isNullU...
2013-01-31 Dan VanderkamMerge pull request #203 from witsa/resize_handler
2013-01-30 manufitoussiremove wrong argument of parseFloat
2013-01-30 manufitoussiResize event causes several mouseUp handler to be be...
2013-01-30 manufitoussifix an resize issue : when the window has resized,...
2013-01-30 Emmanuel FitoussiMerge pull request #4 from danvk/master
2013-01-30 manufitoussirefactoring of detection of unspecified limit.
2013-01-30 Emmanuel FitoussiMerge pull request #3 from danvk/master
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 Emmanuel FitoussiRevert "To avoid the rising count of useless resizes...
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-25 manufitoussiPartial auto y range : adding support of null and undef...
2013-01-25 manufitoussiAllows that user specifies only one limit of valueRange...
2013-01-25 manufitoussiAdding an robustness test before using the registered...
2013-01-25 manufitoussiTo avoid the rising count of useless resizes : we remov...
2013-01-24 Emmanuel FitoussiMerge pull request #2 from witsa/master
2013-01-24 Emmanuel FitoussiMerge pull request #1 from danvk/master
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...
next