2011-03-31 |
Robert Konigsberg | Bug in panEdgeFraction -- release prior values so that...
|
commit | commitdiff | tree |
2011-03-30 |
Robert Konigsberg | Alterations based on code review.
|
commit | commitdiff | tree |
2011-03-27 |
Robert Konigsberg | First shot at panFrame, which frames how far you can...
|
commit | commitdiff | tree |
2011-03-27 |
Robert Konigsberg | Adding a "number of series" field to the benchmark...
|
commit | commitdiff | tree |
2011-03-24 |
Robert Konigsberg | Removing unnecessary HTML from per-series.
|
commit | commitdiff | tree |
2011-03-24 |
Robert Konigsberg | Clean up perf.html for readability.
|
commit | commitdiff | tree |
2011-03-14 |
Robert Konigsberg | Update documentation, include anchors for each option.
|
commit | commitdiff | tree |
2011-03-14 |
Robert Konigsberg | Fix typo in logscale option documentation.
|
commit | commitdiff | tree |
2011-02-04 |
Robert Konigsberg | Update tests to ensure values == 0 are ignored and...
|
commit | commitdiff | tree |
2011-02-04 |
Robert Konigsberg | Can't include points on the log scale when the values...
|
commit | commitdiff | tree |
2011-02-04 |
Robert Konigsberg | Turns out that I had to also check for infinity, which...
|
commit | commitdiff | tree |
2011-02-04 |
Robert Konigsberg | Add toString function to dygraph instances. Doesn't...
|
commit | commitdiff | tree |
2011-02-04 |
Robert Konigsberg | Undo change to logscale test.
|
commit | commitdiff | tree |
2011-02-04 |
Robert Konigsberg | Add error when computing axis scales that just won...
|
commit | commitdiff | tree |
2011-01-31 |
Robert Konigsberg | Test file tweak.
|
commit | commitdiff | tree |
2011-01-31 |
Robert Konigsberg | Add entry for logscale tests in index.html test listing.
|
commit | commitdiff | tree |
2011-01-31 |
Robert Konigsberg | Add brief docs to index.html about logscale.
|
commit | commitdiff | tree |
2011-01-31 |
Robert Konigsberg | Merging the two demos, and cleaned it up a little bit.
|
commit | commitdiff | tree |
2011-01-29 |
Robert Konigsberg | log scale is no longer a "work in progress". :)
|
commit | commitdiff | tree |
2011-01-29 |
Robert Konigsberg | Log scale panning. I'm feeling really good about just...
|
commit | commitdiff | tree |
2011-01-29 |
Robert Konigsberg | Zooming in log scale has been fixed, toDataCoordY was...
|
commit | commitdiff | tree |
2011-01-28 |
Robert Konigsberg | Improvement of representing scaling -- now it respects...
|
commit | commitdiff | tree |
2011-01-28 |
Robert Konigsberg | Adding an axis id to the y axes.
|
commit | commitdiff | tree |
2011-01-28 |
Robert Konigsberg | Merge https://github.com/danvk/dygraphs into logscale
|
commit | commitdiff | tree |
2011-01-28 |
Robert Konigsberg | First step to better log scale tick calculation --...
|
commit | commitdiff | tree |
2011-01-28 |
Robert Konigsberg | Removed superluous array.
|
commit | commitdiff | tree |
2011-01-28 |
Robert Konigsberg | Much better algorithm for computing log scale ticks.
|
commit | commitdiff | tree |
2011-01-28 |
Robert Konigsberg | More correct tickmarks for logs. They don't look as...
|
commit | commitdiff | tree |
2011-01-27 |
Robert Konigsberg | comment update.
|
commit | commitdiff | tree |
2011-01-27 |
Robert Konigsberg | Log scale graphs no longer show points with values...
|
commit | commitdiff | tree |
2011-01-27 |
Robert Konigsberg | Didn't realize that the numeric tick function was used...
|
commit | commitdiff | tree |
2011-01-27 |
Robert Konigsberg | Remove local variable that is no longer used.
|
commit | commitdiff | tree |
2011-01-27 |
Robert Konigsberg | Fix for issue 112: off-by-one issues with panning.
|
commit | commitdiff | tree |
2011-01-25 |
Robert Konigsberg | First round of fixes of log scaling based on code review...
|
commit | commitdiff | tree |
2011-01-25 |
Robert Konigsberg | Remove superfluous console.log
|
commit | commitdiff | tree |
2011-01-25 |
Robert Konigsberg | Gah, another piece of code missing. Fixed.
|
commit | commitdiff | tree |
2011-01-25 |
Robert Konigsberg | Bug because I forgot a 'this' and also two comment...
|
commit | commitdiff | tree |
2011-01-13 |
Robert Konigsberg | Clean up variable name and restore comment.
|
commit | commitdiff | tree |
2011-01-12 |
Robert Konigsberg | Merge github.com:kberg/dygraphs into logscale
|
commit | commitdiff | tree |
2011-01-12 |
Robert Konigsberg | file-level comment in interaction.js
|
commit | commitdiff | tree |
2011-01-12 |
Robert Konigsberg | Swapping the smart scroll awareness for a dumber, better...
|
commit | commitdiff | tree |
2011-01-04 |
Robert Konigsberg | Converted log scaled graphs from log(e) to log(10)
|
commit | commitdiff | tree |
2010-12-30 |
Robert Konigsberg | Log scale support. Here's what currently works:
|
commit | commitdiff | tree |
2010-12-29 |
Robert Konigsberg | Wasn't supposed to go in this branch.
|
commit | commitdiff | tree |
2010-12-29 |
Robert Konigsberg | Set up test file for logscale
|
commit | commitdiff | tree |
2010-12-29 |
Robert Konigsberg | Merge branch 'master' of git://github.com/danvk/dygraphs
|
commit | commitdiff | tree |
2010-12-29 |
Robert Konigsberg | Interaction model demo: Clever hack -- now when scrolling...
|
commit | commitdiff | tree |
2010-12-23 |
Robert Konigsberg | Gah, fixed spacing in interaction.js
|
commit | commitdiff | tree |
2010-12-23 |
Robert Konigsberg | Fix zooming in interaction.js so it focuses on the...
|
commit | commitdiff | tree |
2010-12-23 |
Robert Konigsberg | Rename unzoomGraph, remove commented-out code.
|
commit | commitdiff | tree |
2010-12-22 |
Robert Konigsberg | Move most of the interaction javascript to a .js file.
|
commit | commitdiff | tree |
2010-12-22 |
Robert Konigsberg | Panning is always allowed, even if you're not zoomed.
|
commit | commitdiff | tree |
2010-12-22 |
Robert Konigsberg | interaction.html's zoom was off. Zooming in and zooming...
|
commit | commitdiff | tree |
2010-12-20 |
Robert Konigsberg | Made v3 interaction model slightly more powerful. ...
|
commit | commitdiff | tree |
2010-12-20 |
Robert Konigsberg | Merge branch 'master' of git://github.com/danvk/dygraphs
|
commit | commitdiff | tree |
2010-12-17 |
Robert Konigsberg | Tab removal
|
commit | commitdiff | tree |
2010-12-15 |
Robert Konigsberg | Simplified bindHandler
|
commit | commitdiff | tree |
2010-12-15 |
Robert Konigsberg | Further comments from danvk.
|
commit | commitdiff | tree |
2010-12-15 |
Robert Konigsberg | Response to code review comments, added missing interaction...
|
commit | commitdiff | tree |
2010-12-14 |
Robert Konigsberg | Reducing the size of the interaction model API.
|
commit | commitdiff | tree |
2010-12-14 |
Robert Konigsberg | Introduce interaction model API.
|
commit | commitdiff | tree |
2010-11-29 |
Robert Konigsberg | Syntax error, plus used correct function for y axis...
|
commit | commitdiff | tree |
2010-11-29 |
Robert Konigsberg | Merge branch 'master' of http://github.com/kberg/dygraphs
|
commit | commitdiff | tree |
2010-11-29 |
Robert Konigsberg | Missing consistent use of getYRanges(). Fixed zoom...
|
commit | commitdiff | tree |
2010-11-21 |
Robert Konigsberg | Update callback.html to reflect changes to zoomCallback...
|
commit | commitdiff | tree |
2010-11-21 |
Robert Konigsberg | fix dygraphs/actually get the callback right.
|
commit | commitdiff | tree |
2010-11-21 |
Robert Konigsberg | Fix reporting error with dygraphs (used to show two...
|
commit | commitdiff | tree |
2010-11-21 |
Robert Konigsberg | More whitespace changes.
|
commit | commitdiff | tree |
2010-11-21 |
Robert Konigsberg | Renamed variables for readability
|
commit | commitdiff | tree |
2010-11-20 |
Robert Konigsberg | Replacing tabs.
|
commit | commitdiff | tree |
2010-11-16 |
Robert Konigsberg | Fixed whitespace and comments.
|
commit | commitdiff | tree |
2010-11-16 |
Robert Konigsberg | Added a second region for underlay-callback that helps...
|
commit | commitdiff | tree |
2010-11-09 |
Robert Konigsberg | Merge branch 'master' of http://github.com/danvk/dygraphs
|
commit | commitdiff | tree |
2010-11-09 |
Robert Konigsberg | When a module is a pure underlay with no data points...
|
commit | commitdiff | tree |
2010-10-19 |
Robert Konigsberg | zoom.html required errorBars set. That's fixed.
|
commit | commitdiff | tree |
2010-10-17 |
Robert Konigsberg | Merge branch 'master' of git://github.com/danvk/dygraphs
|
commit | commitdiff | tree |
2010-10-17 |
Robert Konigsberg | nit: s/undefined/null
|
commit | commitdiff | tree |
2010-10-08 |
Robert Konigsberg | Fix example to only use public API. This required changing...
|
commit | commitdiff | tree |
2010-10-08 |
Robert Konigsberg | Removed comma in zoom.html, removed "C,D" in data.js.
|
commit | commitdiff | tree |
2010-10-08 |
Robert Konigsberg | Fixed spelling errors.
|
commit | commitdiff | tree |
2010-10-08 |
Robert Konigsberg | Reverted dygraph-combined.js
|
commit | commitdiff | tree |
2010-10-08 |
Robert Konigsberg | Merge branch 'master' of git://github.com/danvk/dygraphs
|
commit | commitdiff | tree |
2010-10-08 |
Robert Konigsberg | Fixed bug which didn't allow panning unless you zoomed...
|
commit | commitdiff | tree |
2010-10-08 |
Robert Konigsberg | updated comment.
|
commit | commitdiff | tree |
2010-10-08 |
Robert Konigsberg | y-axis scaling is automatic until a) user zooms in...
|
commit | commitdiff | tree |
2010-10-07 |
Robert Konigsberg | Oops, that time for real.
|
commit | commitdiff | tree |
2010-10-07 |
Robert Konigsberg | Must move mouse twice as far in y direction as x to...
|
commit | commitdiff | tree |
2010-09-24 |
Robert Konigsberg | Support for vertical panning.
|
commit | commitdiff | tree |
2010-09-24 |
Robert Konigsberg | 1. Add the extra columns to NoisyData to eliminate...
|
commit | commitdiff | tree |
2010-09-24 |
Robert Konigsberg | Converting strings to less cringe-inducing constant...
|
commit | commitdiff | tree |
2010-09-24 |
Robert Konigsberg | Update index.html docs to clarify callbacks and features.
|
commit | commitdiff | tree |
2010-09-24 |
Robert Konigsberg | Adding doc to index to point to new zoom test page.
|
commit | commitdiff | tree |
2010-09-24 |
Robert Konigsberg | Minor fix to zoom.html comment.
|
commit | commitdiff | tree |
2010-09-24 |
Robert Konigsberg | Fix to bug 111, now always rendering all points whether...
|
commit | commitdiff | tree |
2010-09-23 |
Robert Konigsberg | Reorder unzoom operation with log of operation, which...
|
commit | commitdiff | tree |
2010-09-23 |
Robert Konigsberg | zoom.html needed a little love.
|
commit | commitdiff | tree |
2010-09-23 |
Robert Konigsberg | Implementing vertical zooming. Vertical zooming reveals...
|
commit | commitdiff | tree |
|