Comment removal
[dygraphs.git] / tests /
2011-06-09 Robert KonigsbergMerge branch 'master' of https://github.com/kberg/dygraphs
2011-06-07 Dan Vanderkamupdate test includes
2011-06-06 Dan Vanderkammerge upstream changes
2011-06-04 Robert KonigsbergMake addition of box slightly prettier. I'm crazy like...
2011-06-02 Dan Vanderkammerge in kberg changes
2011-06-02 Dan VanderkamMerge branch 'master' into split
2011-06-02 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2011-06-02 Dan Vanderkamfix bug in tests/resize.html
2011-05-30 Dan Vanderkamsplit up library, use an autoloader
2011-05-10 Dan VanderkamMerge pull request #63 from kberg/master
2011-05-09 Dan Vanderkammore space for y-axis label on noise test
2011-05-09 Dan Vanderkamnew demo of a chart w/ no boxy elements, plus a spark...
2011-05-03 Dan VanderkamMerge pull request #62 from kberg/fix174.
2011-04-25 Robert KonigsbergUpdate documentation of the test.
2011-04-24 Dan Vanderkamworks in FF too
2011-04-24 Dan Vanderkamdrawing demo
2011-04-24 Dan Vanderkamdocs and test revert_sigfigs
2011-04-24 Dan Vanderkammerge upstream changes
2011-04-24 Dan Vanderkamworking w/o scientific notation
2011-04-18 Dan Vanderkamremove test
2011-04-10 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2011-04-07 Dan VanderkamMerge branch 'master' of https://github.com/kberg/dygraphs
2011-04-07 Robert KonigsbergDon't display a graph by default, because if you make...
2011-04-07 Robert KonigsbergReplace default execution with a "go!" button. Also...
2011-04-07 Robert KonigsbergAdd ability to run test many times for a better sense...
2011-04-05 Dan Vanderkamg -> g2
2011-04-05 Adam VartanianAdd test for value range being respected when no lines...
2011-04-05 Dan Vanderkammerge master
2011-04-05 Dan Vanderkamgeneral cleanup
2011-04-04 Dan VanderkamMerge branch 'master' of https://github.com/nealie...
2011-04-04 Dan Vanderkamtweak defaults a bit
2011-04-04 Dan Vanderkamtwo charts on demo page
2011-04-04 Dan Vanderkammore chart label tweaks -- getting close!
2011-04-04 Dan VanderkamMerge branch 'master' into chart-labels
2011-04-01 Neal Nelson- Merge branch 'master' of github.com/danvk/dygraphs
2011-03-31 Dan VanderkamMerge branch 'master' into chart-labels
2011-03-31 Dan VanderkamMerge branch 'master' of https://github.com/kberg/dygraphs
2011-03-31 Robert KonigsbergBug in panEdgeFraction -- release prior values so that...
2011-03-31 Dan VanderkamMerge branch 'master' of https://github.com/kberg/dygraphs
2011-03-30 Robert KonigsbergAlterations based on code review.
2011-03-28 Dan VanderkamMerge branch 'master' of https://github.com/kberg/dygraphs
2011-03-27 Robert KonigsbergFirst shot at panFrame, which frames how far you can...
2011-03-27 Robert KonigsbergAdding a "number of series" field to the benchmark...
2011-03-26 Dan Vanderkama few more tweaks
2011-03-26 Dan VanderkamInitial implementation
2011-03-24 Robert KonigsbergRemoving unnecessary HTML from per-series.
2011-03-24 Robert KonigsbergClean up perf.html for readability.
2011-03-23 Dan Vanderkamfix issue 170
2011-03-22 Dan Vanderkamadd the magic <meta> tag for IE8+9
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 Neal NelsonMerge branch 'master' of github.com/danvk/dygraphs
2011-02-10 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2011-02-08 Neal NelsonRestructured the noZoomFlagChange test page and added...
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-31 Neal NelsonMerge branch 'master' of github.com/danvk/dygraphs
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-27 Neal Nelson- Stop charts with no visible plots from crashing.
2011-01-25 Robert KonigsbergFirst round of fixes of log scaling based on code revie...
2011-01-25 Neal NelsonMerge branch 'master' of github.com/danvk/dygraphs
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-11 Neal NelsonMerge branch 'master' of github.com/danvk/dygraphs
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...
next