dygraphs.git
2011-03-08 Dan Vanderkamfactor out logic for generating the html legend
2011-03-03 Dan Vanderkammore warnings on CSV parsing
2011-03-03 Dan Vanderkamrecord Dygraph in independent-series.html
2011-03-03 Dan Vanderkamparse "NaN" as NaN, not null. Log descriptive errors...
2011-03-03 Dan VanderkamA warning and better default behavior when labels optio...
2011-03-03 Dan Vanderkamfix bug (I think) introduced by 6faebb69
2011-03-02 Dan Vanderkamcsv format does not work
2011-03-02 Dan Vanderkamdemonstration of independent series w/ NaN
2011-02-23 Dan Vanderkamminor tweaks to jeremy's change
2011-02-23 Jeremy BrewerMerge branch 'master' of https://github.com/danvk/dygraphs
2011-02-23 Jeremy BrewerFixes from merging repo for two-axes.html and logscale...
2011-02-21 Dan Vanderkamfix issue 124
2011-02-18 Jeremy BrewerSmall fixes from the last merge update.
2011-02-15 Dan VanderkamFix bug w/ annotations and raw format
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 Robert KonigsbergCan't include points on the log scale when the values...
2011-02-04 Robert KonigsbergTurns out that I had to also check for infinity, which...
2011-02-04 Robert KonigsbergAdd toString function to dygraph instances. Doesn't...
2011-02-04 Jeremy BrewerMerge branch 'master' of https://github.com/danvk/dygraphs
2011-02-04 Jeremy Brewer* Altered formatting to use the shorter of floatFormat...
2011-02-04 Robert KonigsbergUndo change to logscale test.
2011-02-04 Robert KonigsbergAdd error when computing axis scales that just won...
2011-02-03 Dan Vanderkamfix bug 92
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 KonigsbergAdd entry for logscale tests in index.html test listing.
2011-01-31 Robert KonigsbergAdd brief docs to index.html about logscale.
2011-01-31 Robert KonigsbergMerging the two demos, and cleaned it up a little bit.
2011-01-31 Dan Vanderkamminor cleanup
2011-01-31 Dan Vanderkamadd stock log-scale demo
2011-01-31 Dan Vanderkam10 -> Dygraph.LOG_SCALE
2011-01-31 Dan Vanderkamadd comment to PREFERRED_LOG_TICK_VALUES
2011-01-31 Dan Vanderkammerge in kberg's changes
2011-01-29 Robert Konigsberglog scale is no longer a "work in progress". :)
2011-01-29 Robert KonigsbergLog scale panning. I'm feeling really good about just...
2011-01-29 Dan Vanderkampadding
2011-01-29 Robert KonigsbergZooming in log scale has been fixed, toDataCoordY was...
2011-01-29 Dan Vanderkamupdate gadget, add screenshot
2011-01-28 Robert KonigsbergImprovement of representing scaling -- now it respects...
2011-01-28 Robert KonigsbergAdding an axis id to the y axes.
2011-01-28 Robert KonigsbergMerge https://github.com/danvk/dygraphs into logscale
2011-01-28 Robert KonigsbergFirst step to better log scale tick calculation --...
2011-01-28 Robert KonigsbergRemoved superluous array.
2011-01-28 Robert KonigsbergMuch better algorithm for computing log scale ticks.
2011-01-28 Robert KonigsbergMore correct tickmarks for logs. They don't look as...
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 Robert KonigsbergRemove local variable that is no longer used.
2011-01-27 Robert KonigsbergFix for issue 112: off-by-one issues with panning.
2011-01-25 Robert KonigsbergFirst round of fixes of log scaling based on code revie...
2011-01-25 Robert KonigsbergRemove superfluous console.log
2011-01-25 Robert KonigsbergGah, another piece of code missing. Fixed.
2011-01-25 Robert KonigsbergBug because I forgot a 'this' and also two comment...
2011-01-13 Robert KonigsbergClean up variable name and restore comment.
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 BrewerManual fix of merge issues. Somehow git clobbered...
2011-01-07 Jeremy BrewerCleanup of previous commit which included some extraneo...
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 KonigsbergPanning is always allowed, even if you're not zoomed.
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 Dan Vanderkamfix sp
2010-12-21 Jeremy BrewerMore significant figures CL cleanup.
2010-12-21 Jeremy BrewerChanges based on code review for significantFigures.
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-21 Dan Vanderkamworks with century-scale data
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 Vanderkammisc style cleanup
2010-12-15 Dan VanderkamMerge https://github.com/kberg/dygraphs
2010-12-15 Robert KonigsbergSimplified bindHandler
2010-12-15 Robert KonigsbergFurther comments from danvk.
2010-12-15 Robert KonigsbergResponse to code review comments, added missing interac...
2010-12-14 Robert KonigsbergReducing the size of the interaction model API.
2010-12-14 Robert KonigsbergIntroduce interaction model API.
2010-12-14 Dan Vanderkamguide to making changes
next