add HTML5 doctype to all tests
[dygraphs.git] / tests /
2011-03-21 Dan Vanderkamadd HTML5 doctype to all tests
2011-03-19 Dan Vanderkamfix error when no series are visible
2011-03-14 Dan VanderkamMerge branch 'master' of https://github.com/kberg/dygraphs
2011-03-14 Dan VanderkamMerge branch 'master' of https://github.com/raineth...
2011-03-10 Dan Vanderkamadd "legend" option and an example of its usage.
2011-03-04 Ben WinslowFix CSVs with a numeric (non-date) X axis and add a...
2011-03-03 Dan Vanderkammore warnings on CSV parsing
2011-03-03 Dan Vanderkamrecord Dygraph in independent-series.html
2011-03-02 Dan Vanderkamcsv format does not work
2011-03-02 Dan Vanderkamdemonstration of independent series w/ NaN
2011-02-23 Jeremy BrewerMerge branch 'master' of https://github.com/danvk/dygraphs
2011-02-10 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2011-02-04 Robert KonigsbergUpdate tests to ensure values == 0 are ignored and...
2011-02-04 Jeremy BrewerMerge branch 'master' of https://github.com/danvk/dygraphs
2011-02-04 Robert KonigsbergUndo change to logscale test.
2011-02-04 Robert KonigsbergAdd error when computing axis scales that just won...
2011-02-02 Dan VanderkamMerge branch 'master' of https://github.com/flooey...
2011-02-01 Adam VartanianRemove code that clamps horizontal hover to the final...
2011-01-31 Robert KonigsbergTest file tweak.
2011-01-31 Robert KonigsbergMerging the two demos, and cleaned it up a little bit.
2011-01-31 Dan Vanderkamadd stock log-scale demo
2011-01-31 Dan Vanderkammerge in kberg's changes
2011-01-29 Robert Konigsberglog scale is no longer a "work in progress". :)
2011-01-28 Robert KonigsbergMerge https://github.com/danvk/dygraphs into logscale
2011-01-28 Robert KonigsbergRemoved superluous array.
2011-01-27 Robert Konigsbergcomment update.
2011-01-27 Robert KonigsbergLog scale graphs no longer show points with values...
2011-01-27 Robert KonigsbergDidn't realize that the numeric tick function was used...
2011-01-25 Robert KonigsbergFirst round of fixes of log scaling based on code revie...
2011-01-12 Robert KonigsbergMerge github.com:kberg/dygraphs into logscale
2011-01-12 Robert Konigsbergfile-level comment in interaction.js
2011-01-12 Robert KonigsbergSwapping the smart scroll awareness for a dumber, bette...
2011-01-10 Jeremy BrewerFix major bug introduced by my significant figures...
2011-01-07 Jeremy BrewerMerge branch 'master' of https://github.com/danvk/dygraphs
2011-01-04 Robert KonigsbergConverted log scaled graphs from log(e) to log(10)
2010-12-30 Robert KonigsbergLog scale support. Here's what currently works:
2010-12-29 Robert KonigsbergWasn't supposed to go in this branch.
2010-12-29 Robert KonigsbergSet up test file for logscale
2010-12-29 Robert KonigsbergMerge branch 'master' of git://github.com/danvk/dygraphs
2010-12-29 Robert KonigsbergInteraction model demo: Clever hack -- now when scrolli...
2010-12-23 Robert KonigsbergGah, fixed spacing in interaction.js
2010-12-23 Robert KonigsbergFix zooming in interaction.js so it focuses on the...
2010-12-23 Robert KonigsbergRename unzoomGraph, remove commented-out code.
2010-12-22 Robert KonigsbergMove most of the interaction javascript to a .js file.
2010-12-22 Robert Konigsberginteraction.html's zoom was off. Zooming in and zooming...
2010-12-21 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2010-12-21 Dan Vanderkamcentury scale test
2010-12-21 Dan VanderkamRevert "Change intended to improve dygraphs rendering...
2010-12-21 Jeremy BrewerMerge branch 'master' of https://github.com/danvk/dygraphs
2010-12-21 Jeremy BrewerMore significant figures CL cleanup.
2010-12-21 Dan VanderkamMerge branch 'master' of https://github.com/jeremybrewe...
2010-12-21 Dan Vanderkammake the issue more obvious
2010-12-21 Dan Vanderkamadd dst test
2010-12-21 Dan VanderkamMerge branch 'master' of https://github.com/kberg/dygraphs
2010-12-20 Robert KonigsbergMade v3 interaction model slightly more powerful. ...
2010-12-20 Robert KonigsbergMerge branch 'master' of git://github.com/danvk/dygraphs
2010-12-20 Jeremy BrewerChange intended to improve dygraphs rendering of y...
2010-12-17 Robert KonigsbergTab removal
2010-12-15 Dan VanderkamMerge https://github.com/kberg/dygraphs
2010-12-15 Robert KonigsbergResponse to code review comments, added missing interac...
2010-11-29 Robert KonigsbergSyntax error, plus used correct function for y axis...
2010-11-29 Robert KonigsbergMerge branch 'master' of github.com/kberg/dygraphs
2010-11-29 Robert KonigsbergMissing consistent use of getYRanges(). Fixed zoom...
2010-11-22 Dan VanderkamMerge branch 'master' of https://github.com/kberg/dygraphs
2010-11-22 Dan Vanderkamfix infinity bug
2010-11-21 Robert KonigsbergUpdate callback.html to reflect changes to zoomCallback...
2010-11-21 Robert KonigsbergFix reporting error with dygraphs (used to show two...
2010-11-21 Robert KonigsbergMore whitespace changes.
2010-11-21 Robert KonigsbergRenamed variables for readability
2010-11-20 Robert KonigsbergReplacing tabs.
2010-11-16 Robert KonigsbergFixed whitespace and comments.
2010-11-16 Robert KonigsbergAdded a second region for underlay-callback that helps...
2010-11-15 Dan Vanderkamfix drawing logic in underlayCallback
2010-11-11 Dan Vanderkamremove deprecated DateGraph uses
2010-11-11 Dan Vanderkamupdate excanvas paths
2010-11-10 Dan Vanderkamavoid passing layout to underlayCallback. Document...
2010-11-10 Dan VanderkamMerge https://github.com/stani/dygraphs
2010-11-10 Stanislav Chachkovadd row number to highlightCallback params
2010-11-09 Robert KonigsbergMerge branch 'master' of github.com/danvk/dygraphs
2010-10-22 Dan VanderkamMerge branch 'two_axes'
2010-10-22 Dan Vanderkamoption to fill in two-axes test
2010-10-22 Dan Vanderkamsupport y-zooming and panning in synchronize demo
2010-10-21 Dan Vanderkamgross merge mostly done; left MERGE markers in a few...
2010-10-21 Dan Vanderkamreset linear-regression
2010-10-21 Dan Vanderkamfractions regression
2010-10-21 Dan Vanderkamworks
2010-10-21 Dan VanderkamMerge branch 'master' into frac_reg
2010-10-21 Dan Vanderkamfractions
2010-10-19 Robert Konigsbergzoom.html required errorBars set. That's fixed.
2010-10-18 Dan Vanderkamshow both versions on test page
2010-10-17 Robert KonigsbergMerge branch 'master' of git://github.com/danvk/dygraphs
2010-10-17 Robert Konigsbergnit: s/undefined/null
2010-10-16 Dan Vanderkammerge in upstream changes
2010-10-08 Robert KonigsbergFix example to only use public API. This required chang...
2010-10-08 Robert KonigsbergRemoved comma in zoom.html, removed "C,D" in data.js.
2010-10-08 Dan VanderkamMerge branch 'master' of github.com/nealie/dygraphs
2010-10-08 Robert KonigsbergMerge branch 'master' of git://github.com/danvk/dygraphs
2010-10-08 adam-pFixed trailing comma that broke IE
2010-10-08 adam-pFixed excanvas.js path
2010-10-07 U-adam13win7\AdamFixed path to excanvas.js
next