2011-06-14 |
Robert Konigsberg | Added code to make tests easier to repeat by specifying... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Robert Konigsberg | Clarification of the point/points parameters. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Robert Konigsberg | Merge branch 'master' of https://github.com/kberg/dygraphs |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Robert Konigsberg | Clarify role of generate-documentation.py |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Robert Konigsberg | Update document reference; add docs for pointClickCallb... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Dan Vanderkam | fix re-use of loop index |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Dan Vanderkam | update test includes |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Dan Vanderkam | tests pass |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Dan Vanderkam | file-level comments |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Dan Vanderkam | factor out dygraph-utils.js |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Dan Vanderkam | factor out interaction model |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Dan Vanderkam | fix merge issue |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Dan Vanderkam | un-HTMLify autotests README |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Dan Vanderkam | merge upstream changes |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Robert Konigsberg | Make addition of box slightly prettier. I'm crazy like... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Dan Vanderkam | merge in kberg changes |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Robert Konigsberg | Removing context from clickCallback because the data... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Robert Konigsberg | Tests for pointClickCallback. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Robert Konigsberg | Add useful comments to some of the mousedispatch methods. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Dan Vanderkam | debug -> options-reference |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Dan Vanderkam | Merge branch 'master' into split |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Robert Konigsberg | Restructure the nature of click callbacks. PointClickCa... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Dan Vanderkam | Merge branch 'master' of github.com:danvk/dygraphs |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Dan Vanderkam | fix bug in tests/resize.html |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Robert Konigsberg | Better pointClickCallback, updated doc. |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Dan Vanderkam | allow XHRs from file:/// URLs with the right flags |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Dan Vanderkam | split up library, use an autoloader |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Robert Konigsberg | Small bug: when selPoints_ is empty, pointClickCallback... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Robert Konigsberg | Remove double-call of treatMouseOpAsClick, and also... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Robert Konigsberg | treatMouseOpAsClick requires two parameters, I didn... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Robert Konigsberg | Annotation date parser was failing, but not providing... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Robert Konigsberg | Fix bug 192. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Robert Konigsberg | Additional minor adjustments to dygraphs to get clickCa... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Robert Konigsberg | When pan is the default behavior, clearSelection can... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Robert Konigsberg | temporarily disabling a test while figuring out how... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Robert Konigsberg | Start adding tests for the interaction model. Create... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Dan Vanderkam | all tests pass |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Dan Vanderkam | a regression test plus general fallout from the toDomYC... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Dan Vanderkam | fix issue 193 -- need to consider area.y when computing... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Dan Vanderkam | fix broken test |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Dan Vanderkam | fix name collision |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Dan Vanderkam | add tests for axis labels to pin down the current behavior |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Dan Vanderkam | add classes to x- and y-axis labels |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Dan Vanderkam | fix labels issue when loading CSV multiple times and... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Dan Vanderkam | Merge pull request #63 from kberg/master |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Dan Vanderkam | reorganize doc links |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Dan Vanderkam | push jsdoc to web |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | more space for y-axis label on noise test |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | linear/log toggle with customBars now works perfectly |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | add block_redraw option |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | fix lingering hover dot on zoom bug |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | new demo of a chart w/ no boxy elements, plus a spark... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | ignore docs/options.html |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | consider whether axes are displayed when computing... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | I can't believe the 'file' option wasn't documented! |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | extra category |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | flesh out docs; split axisLineWIdth and gridLineWidth... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | no more renderer options! |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | hack more renderer options out |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | remove most DygraphCanvasRenderer options |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | remove DygraphLayout.options |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | jsdoc toolkit license in README |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | move Interaction methods out into their own class. |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | working generate-jsdoc script |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | cleanup, jsdoc warning message |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | chmod, .gitignore jsdoc dir |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | clear generated jsdoc; add script |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Dan Vanderkam | can generate jsdoc; private methods marked as such |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Robert Konigsberg | DygraphOps now does the right thing with events, which... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Robert Konigsberg | Merge branch 'master' of https://github.com/danvk/dygraphs |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Robert Konigsberg | Fix pedantic typo in copyright headers. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Robert Konigsberg | Restore original data stirng in the README sample. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Robert Konigsberg | Update global README with updated example, and license... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Dan Vanderkam | Merge pull request #62 from kberg/fix174. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Robert Konigsberg | Added range_tests, which uses DygraphOps -- an API... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Robert Konigsberg | Added runAllTests. Useful. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Robert Konigsberg | oops -- s/MoreAsserts.// |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Robert Konigsberg | Moving the delta tests to MoreAsserts. MoreAsserts... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Robert Konigsberg | Updated fake test runner that shows stack traces on... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Robert Konigsberg | Updated auto tests per danvk's comments. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Robert Konigsberg | Fake jstestdriver was not storing jquery, wonder why... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Robert Konigsberg | Fix bug 174. This is pulled from |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Robert Konigsberg | First set of automated tests for Dygraphs. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Robert Konigsberg | Expose function that can be replaced during tests for... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Robert Konigsberg | Update documentation of the test. |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Dan Vanderkam | use scp -r to copy tests directory |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Dan Vanderkam | works in FF too |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Dan Vanderkam | drawing demo |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Dan Vanderkam | docs and test revert_sigfigs |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Dan Vanderkam | better error with non-existent labelsDiv |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Dan Vanderkam | merge upstream changes |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Dan Vanderkam | add back Dygraph.floatFormat |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Dan Vanderkam | working w/o scientific notation |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Dan Vanderkam | remove test |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Dan Vanderkam | revert sig figs behavior |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Dan Vanderkam | fix embarrassing CSV error on dygraphs home page |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Dan Vanderkam | Merge branch 'master' of github.com:danvk/dygraphs |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Dan Vanderkam | update legend when updateOptions() is called |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Dan Vanderkam | only show visible series on the legend |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Dan Vanderkam | use CSS to color legend labels (fixes long-standing... |
commit | commitdiff | tree | snapshot |
next |