dygraphs.git
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 Vanderkamexclude externs from lint
2012-11-24 Dan VanderkamMore correctly-compiling files, plus some more info...
2012-11-24 Dan Vanderkamdygraph-tickers builds clean
2012-11-24 Dan VanderkamClosurify some low-hanging fruit
2012-11-24 Dan Vanderkamdygraph-utils.js compiles under closure with no warning...
2012-11-24 Dan Vanderkamlots of type defintions in dygraph-utils.js; down to...
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 Robert KonigsbergAdd sanity test for xValueParser.
2012-11-23 Dan VanderkamMerge pull request #174 from wimme/patch-1
2012-11-22 Robert KonigsbergAdd per-series tests that validate new-style options...
2012-11-22 Robert KonigsbergSeries have to be updated when updateOptions are called...
2012-11-22 Robert KonigsbergBe friendlier with options that exist, but are null...
2012-11-22 Robert KonigsbergAdd test case to verify that strings-as-divs are allowed.
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 KonigsbergAdd pathalogical test case (broken) that show that...
2012-11-22 Robert KonigsbergFix syntactically broken per_series.js
2012-11-22 Robert KonigsbergFix broken options reference.
2012-11-22 Robert KonigsbergForgot dash when specifying test name.
2012-11-22 Robert KonigsbergWhoops, missing commas.
2012-11-22 Robert KonigsbergAdd tests for new series option.
2012-11-22 Robert KonigsbergMerge branch 'master' of https://github.com/kberg/dygra...
2012-11-22 Robert KonigsbergMerge pull request #1 from kberg/add-per-series-to...
2012-11-22 Robert KonigsbergMerge pull request #176 from kberg/add-per-series-to...
2012-11-22 Robert KonigsbergAdd missing tests to auto_tests/misc/local, and reorgan...
2012-11-22 Robert KonigsbergAdd code to deal with the new, global, series option.
2012-11-22 Wim Bruynooghefixed spacings
2012-11-22 Dan VanderkamMerge pull request #161 from klausw-g/is-series-locked
2012-11-19 Wim BruynoogheRange selector: stepplots and fix for gaps in data
2012-11-18 Robert KonigsbergMerge pull request #173 from kberg/reverse-noisydata
2012-11-18 Robert KonigsbergSupport highlightSeriesOpts, and, standardize on field...
2012-11-18 Robert KonigsbergRespect options set in the series-axis object (e.g...
2012-11-18 Robert KonigsbergFix mis-named method.
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-16 Robert KonigsbergAdded actual drawing to test for visual cue.
2012-11-16 Robert KonigsbergtestDrawHighlightPointCallback won't pass when the...
2012-11-16 Robert KonigsbergAdd tests (which currently fail) that ensure that drawP...
2012-11-15 Dan VanderkamMerge pull request #171 from kberg/master
2012-11-15 Dan VanderkamMerge pull request #170 from shole/master
2012-11-14 Robert Konigsbergreverse the lines for the series C of NoisyDataABC...
2012-11-14 Robert KonigsbergAdd third data set to visibility.html.
2012-10-27 sholefindClosestPoint visibility bias fix, as described...
2012-10-25 Dan VanderkamMerge pull request #168 from jhollingsworth/master
2012-10-25 Jason HollingsworthMerge branch 'master' of github.com:jhollingsworth...
2012-10-25 Jason HollingsworthFixed an issue with the chart title not being visible...
2012-10-25 Jason HollingsworthUpdate to Fix Issue 162: Support DOS-style line endings.
2012-09-17 Dan Vanderkamfix for issue 380 from adilh
2012-09-10 Robert KonigsbergMerge pull request #166 from klemmster/master
2012-09-10 Richard KlemmRemove unused variable
2012-08-28 Dan VanderkamFix some numeric issues with older Firefox
2012-08-28 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2012-08-28 Dan VanderkamRemove variable re-definitions
2012-08-26 Dan Vanderkamsmall script to track compressed file sizes
2012-08-17 Dan VanderkamFix Issue 162: Support DOS-style line endings
2012-08-17 Dan Vanderkamadd auto_test from Issue 242
2012-08-16 Dan VanderkamFix Issue 229:valueRange and errorBars not mixing when...
2012-08-16 Dan Vanderkamresolve issue 180 via better documentation
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 VanderkamFix Issue 328:Thick data lines shown breaks
2012-08-16 Dan Vanderkamupdate docs to reflect that fillGraph is now per-series.
2012-08-16 Dan VanderkamFix issue 139:set fill option by series rather than...
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-16 Dan VanderkamFix & regression test for Issue 358:857a6931 breaks...
2012-08-15 Dan VanderkamMerge pull request #164 from wimme/patch-3
2012-08-13 Dan VanderkamFix issue 322: calling destroy() results in an error...
2012-08-13 Dan Vanderkamstupid trailing commas
2012-08-13 wimmeStepplot and errorbars sync fix
2012-08-10 Dan Vanderkamfix all lint errors
2012-08-10 Dan Vanderkamallow lint.sh to take a file as a command-line argument
2012-08-09 Dan Vanderkamremove trailing comma that was breaking IE
2012-08-08 Dan Vanderkamtweaks to crosshair demo
2012-08-08 Dan Vanderkamadd crosshair demo back as per user request
2012-08-08 Dan VanderkamMerge pull request #163 from flooey/master
2012-08-07 Adam VartanianAdd option to many-points-benchmark that unaligns times...
2012-08-06 Dan VanderkamMerge pull request #162 from kberg/master
2012-08-02 Robert KonigsbergAllow labelsDivWidth updates to be reflected in already...
2012-08-02 Robert KonigsbergFix missing object reference in interaction model.
2012-07-31 Dan Vanderkamdeclare vars in dashed-canvas
2012-07-31 Dan Vanderkamremove extra dygraph-combined link
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-27 Klaus WeidnerDon't clear overlay on mouseup if not zooming.
2012-07-25 Dan Vanderkamfix plotter demo
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-25 Dan Vanderkamadd "use strict" to plugins -- was causing errors in...
2012-07-25 Dan Vanderkamtolerate failures in stacktrace.js (which happen in... pluggable-renderer
next