2012-06-16 |
Robert Konigsberg | Decent optimziation by precomputing hasNext, saves... |
commit | commitdiff | tree | snapshot |
2012-06-16 |
Robert Konigsberg | Post success count along with failure count. |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Robert Konigsberg | Recombine drawTrivialLine and drawNonTrivialLine, using... |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Robert Konigsberg | Add TODO -- move that assertion someplace else. |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Robert Konigsberg | Finish the tests for missing_points, that map to tests... |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Robert Konigsberg | More turbocharge for CanvasAssertions. |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Robert Konigsberg | Add some power to the canvas assertions. Also, the... |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Robert Konigsberg | The awful index-based iterators are gone, replaced... |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Robert Konigsberg | Whoops re: utils_test. |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Robert Konigsberg | Remove unused local variable from drawNonTrivialLine. |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Robert Konigsberg | Introduce Dygraph.createIterator, and use it to simplif... |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Robert Konigsberg | Add failure count to top of file. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Konigsberg | Mild code reduction by eliminating duplication |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Konigsberg | Add missing_points.js to the bunch (as part of prior... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robert Konigsberg | Moving the new missing-points tests to their own test... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robert Konigsberg | connectSeparatedPoints is working. This has also improved |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robert Konigsberg | Document the role of makeNextPointStep. |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robert Konigsberg | Properly draw separated points. |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robert Konigsberg | Explain the role of NaN in connectSeparatedPoints. |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robert Konigsberg | Add assertion that gets all the drawn lines. |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robert Konigsberg | Merge github.com:danvk/dygraphs |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robert Konigsberg | Fix bug 336. parseFloat(null) == NaN. Delightful. |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Dan Vanderkam | Merge pull request #153 from jzgg/master |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robert Konigsberg | Add test case which confirms regression reported in... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Joshua | regenerated |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Joshua | updated check for empty string |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Joshua | only add ':' to legend if x value formatter returns... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Dan Vanderkam | minor fix for push-to-web |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Dan Vanderkam | fix "fork me on github" image |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Dan Vanderkam | Merge pull request #152 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Dan Vanderkam | Merge branch 'tmp_branch' |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Dan Vanderkam | include copyright/@license in dygraph-combined.js |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Paul Felix | Improvements to range selector touch event handling |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Robert Konigsberg | Add some tepid comments, use of local variables, etc. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Robert Konigsberg | Standardize isNullOrNan. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Robert Konigsberg | bhs performance enhancement base. This hits biggest... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Robert Konigsberg | Make auto_tests easier to read, and also, add easy... |
commit | commitdiff | tree | snapshot |
2012-05-16 |
Dan Vanderkam | add plugins to jsTestDriver.conf |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Robert Konigsberg | Add @license tag to dygraph-combined.js |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Dan Vanderkam | Merge pull request #150 from klausw-g/axis-at-zero |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Klaus Weidner | Add new option "drawAxesAtZero" |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Dan Vanderkam | Merge pull request #148 from klausw-g/edge-points |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Klaus Weidner | Merge branch 'master' of git://github.com/danvk/dygraph... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Klaus Weidner | Requests from Dan's code review: |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Dan Vanderkam | Merge pull request #149 from flooey/master |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Dan Vanderkam | Merge pull request #147 from beda42/fix_deep_copy |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Dan Vanderkam | reset combined |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Dan Vanderkam | Merge branch 'resize_label' of https://github.com/beda4... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Adam Vartanian | setMilliseconds() doesn't return this. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Adam Vartanian | Merge branch 'master' of git://github.com/danvk/dygraphs |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Klaus Weidner | Add auto test for isolated and gap points. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Klaus Weidner | Add new option 'drawGapPoints' |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Beda Kosata | null should be converted into {} in deepcopy - fixes... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Beda Kosata | re-add the legend_div into the parent div after resize... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Dan Vanderkam | chmod everything before pushing to web |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Dan Vanderkam | add @license tags in various places, including dygraph... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Dan Vanderkam | chmod options reference |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Dan Vanderkam | set permissions in generate* |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Dan Vanderkam | Use rsync instead of scp for faster, more correct remot... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Dan Vanderkam | Merge pull request #145 from dpwatrous/master |
commit | commitdiff | tree | snapshot |
2012-04-18 |
David Watrous | Fixed Issue 206: stepPlot is not considered for stacked... |
commit | commitdiff | tree | snapshot |
2012-04-18 |
Robert Konigsberg | Tweak the addEvent/removeEvent code. Restore the non... |
commit | commitdiff | tree | snapshot |
2012-04-18 |
Dan Vanderkam | Merge pull request #143 from klausw-g/plugin-tweaks |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Robert Konigsberg | Tracking all event registrations, and deallocating... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Adam Vartanian | Always set milliseconds to zero when computing date... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Robert Konigsberg | More fixes for code.google.com/p/dygraphs/issues/detail... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Robert Konigsberg | Filter out the query directory from docs. Fixes code... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Adam Vartanian | Add comments |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Adam Vartanian | Handle unstacking points when some points are missing... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Adam Vartanian | Merge branch 'master' of git://github.com/danvk/dygraphs |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Klaus Weidner | re-add 'validate eventName' TODO. |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Klaus Weidner | Update plugin registry |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Dan Vanderkam | Fix small regression in behavior on plugin CSS (issue... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Klaus Weidner | Avoid calling length on undefined if no event handlers... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Dan Vanderkam | fix regression on issue 152 |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Dan Vanderkam | klaus comments on plugins |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Adam Vartanian | Merge branch 'master' of git://github.com/danvk/dygraphs |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Dan Vanderkam | Fix most warnings in tests; add support for loading... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Adam Vartanian | Merge branch 'master' of git://github.com/danvk/dygraphs |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Dan Vanderkam | Copy new plugins dir to dygraphs.com |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Dan Vanderkam | Introduce a plugin system and move the legend to it. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Robert Konigsberg | Edit in jsFiddle |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Dan Vanderkam | more docs in phantom-driver.js; log speed |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Dan Vanderkam | Merge branch 'master' of github.com:danvk/dygraphs |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Dan Vanderkam | Add "test" script, which uses phantomjs for a pure... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Dan Vanderkam | fix broken test case |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Robert Konigsberg | Add sanity test ensuring that creating annotations... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
James H Thompson | Add highlighted weekends example to gallery |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Paul Felix | Misc range selector cleanup. |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Dan Vanderkam | add DuckDuckGo to the list of users |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Dan Vanderkam | destroy mouseUpHandler |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Dan Vanderkam | Merge branch 'master' of github.com:danvk/dygraphs |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Dan Vanderkam | Overwrite line heights: code.google.com/p/dygraphs... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Dan Vanderkam | fix some trailing commas in dygraph-interaction-model.js |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Dan Vanderkam | Fix Issue 279: Strange animations when zooming animatio... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Dan Vanderkam | Fix Issue 145: Chrome/right-click seems to start imple... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Dan Vanderkam | Fix Issue 299: option labelsKMG2 doesn't support anyth... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Dan Vanderkam | update changes.html to reflect auto_tests |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Dan Vanderkam | Fix issue 197: Annotations are displayed outside the... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Dan Vanderkam | Add support for touch gestures: swipe & pinch-to-zoom. |
commit | commitdiff | tree | snapshot |
next |