Closure tweak: variable 'd' declared twice within the same method.
[dygraphs.git] / dygraph.js
2013-03-02 Dan VanderkamMerge pull request #226 from vlsi/wrong_stacked_computation
2013-02-26 Robert KonigsbergMerge pull request #229 from clocksmith/master
2013-02-25 clocksmithMerge branch 'master' of https://github.com/danvk/dygraphs
2013-02-25 Vladimir SitnikovFixed computation of stacked series in case some series...
2013-02-23 clocksmithi
2013-02-22 clocksmithi
2013-02-21 Dan VanderkamMerge pull request #222 from kberg/master
2013-02-21 Robert KonigsbergFix bug 436. Only restore axes that remain after an...
2013-02-20 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2013-02-20 Dan VanderkamFix an issue where annotations are set too early in IE8
2013-02-20 Dan VanderkamFix & regression test for issue 392: connectSeparated...
2013-02-18 Dan Vanderkamkberg review comments
2013-02-17 Dan VanderkamFix & regression test for issue 363: Calling setSelecti...
2013-02-17 Dan Vanderkamfix & regression test for issue 355: Row number Issue
2013-02-17 Dan VanderkamFix a few lint errors
2013-02-17 Dan VanderkamMove KMB/KMG2 formatting into default formatter functio...
2013-02-17 Dan VanderkamFix issue 176, which involved duplicated x-values in...
2013-02-16 Dan VanderkamMerge pull request #210 from klausw-g/range-pad-2
2013-02-16 Dan VanderkamMerge pull request #216 from klausw-g/issue-424-b
2013-02-16 Dan VanderkamMerge pull request #217 from paulfelix/master
2013-02-15 Dan VanderkamMerge pull request #218 from walkingeyerobot/master
2013-02-15 Dan Vanderkamrv 34ad56b341, which introduced issue 432
2013-02-12 Paul FelixMerge branch 'master' of github.com:danvk/dygraphs
2013-02-10 Klaus WeidnerAddress code review comments
2013-02-09 Dan VanderkamMerge pull request #213 from kberg/i329
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 Klaus WeidnerAdd new options xRangePad and yRangePad
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...
next