dygraphs.git
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 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-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 Dan Vanderkamfix sp
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
2010-11-29 Dan Vanderkamupdate locations
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 dygraphs/actually get the callback right.
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 Vanderkamupdate excanvas
2010-11-11 Dan Vanderkamhack to be more robust in IE when instantiated while...
2010-11-11 Dan Vanderkamremove deprecated DateGraph uses
2010-11-11 Dan Vanderkamupdate excanvas paths
2010-11-10 Dan Vanderkambe a little less aggressive in underlayCallback changes
2010-11-10 Dan Vanderkamavoid passing layout to underlayCallback. Document...
2010-11-10 Dan Vanderkamremove the commit-hook; it didn't work anyway
2010-11-10 Dan Vanderkamclean up
2010-11-10 Dan VanderkamMerge https://github.com/stani/dygraphs
2010-11-10 Stanislav Chachkovadd row number to highlightCallback params
2010-11-10 Dan VanderkamMerge branch 'master' of github.com/kberg/dygraphs
2010-11-10 Stanislav Chachkovbug: operator priority
2010-11-09 Robert KonigsbergMerge branch 'master' of github.com/danvk/dygraphs
2010-11-09 Robert KonigsbergWhen a module is a pure underlay with no data points...
2010-11-03 Dan Vanderkamfix css additions
2010-11-01 Dan Vanderkamfix memory leak when gviz.draw() is called repeatedly
2010-10-23 Dan VanderkamIE version
2010-10-23 Dan Vanderkamprevent highlighting of text on page
2010-10-23 Dan Vanderkamdraw straight lines on half-integer pixels for a crispe...
2010-10-23 Dan Vanderkampull in ron's patch
2010-10-22 Dan Vanderkamfix logic error
2010-10-22 Dan VanderkamMerge branch 'two_axes'
2010-10-22 Dan Vanderkamclipping rectangles for interaction layer two_axes
2010-10-22 Dan Vanderkamoption to fill in two-axes test
2010-10-22 Dan Vanderkamfix color-visibility test
2010-10-22 Dan Vanderkamsupport y-zooming and panning in synchronize demo
2010-10-22 Dan Vanderkamfixed some bugs for stacked charts
next