2012-07-18 |
Dan Vanderkam | faster, a few tests failing |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Dan Vanderkam | remove another if |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Dan Vanderkam | remove if statement |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Dan Vanderkam | fix generate-combined |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Dan Vanderkam | reduce frequency of calculateEmWidthInDiv calls; 25... |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Dan Vanderkam | remove the strategy object completely |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Dan Vanderkam | update jsTestDriver; test still failing |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Dan Vanderkam | factor out dashed-canvas.js and use it in dygraph-canva... |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Dan Vanderkam | misc cleanup |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Dan Vanderkam | factor out drawFillBars_ and clean up _renderLineChart |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Dan Vanderkam | factor out drawErrorBars_ |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Dan Vanderkam | Merge branch 'master' into pluggable-renderer |
commit | commitdiff | tree | snapshot |
2012-07-14 |
Dan Vanderkam | Merge pull request #158 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Robert Konigsberg | Merge branch 'master' of https://github.com/kberg/dygraphs |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Robert Konigsberg | Iterator performance enhancements - turn hasNext and... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Robert Konigsberg | Add hints in dygraphs benchmark for parameters. |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | Landing! |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | running into some issues with ordering |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | grid plugin mostly working |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | remove a done to-do |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | Checkpoint: axes fully ported to plugin system. All... |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | got it! |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | Axes mostly working; some remaining issues with seconda... |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | a bit more annotations cleanup |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | Checkpoint: annotations fully ported to plugin system... |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | annotations plugin appears to be working |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | add TODO |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | Checkpoint: chart labels have been fully ported over... |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | Merge branch 'master' into pluggable-renderer |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | revert combined |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | remove old chart label code |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | all chart labels are ported over |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | start y-label port; not working yet |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | reasonable behavior for title |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | blah |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | re-add layout plugin event; title display works |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | start porting over chart-labels plugin |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Dan Vanderkam | add some comments |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Dan Vanderkam | Add a command-line performance test |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Dan Vanderkam | Merge branch 'master' of github.com:danvk/dygraphs |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Dan Vanderkam | Merge pull request #154 from dmoena/master |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Dan Vanderkam | Merge pull request #155 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Robert Konigsberg | Merge pull request #157 from helder-git/patch-1 |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Helder | Removing duplicated word |
commit | commitdiff | tree | snapshot |
2012-06-18 |
David Moena | added superior limit for small scale labels (yocto) |
commit | commitdiff | tree | snapshot |
2012-06-18 |
David Moena | added zetta (Z) and yotta (Y) labels for consistency... |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Robert Konigsberg | Rewrite iterator. |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Robert Konigsberg | Add default values to the iterator factory. |
commit | commitdiff | tree | snapshot |
2012-06-16 |
Robert Konigsberg | Optimization: inline isNullOrNan. Also, don't bother... |
commit | commitdiff | tree | snapshot |
2012-06-16 |
Robert Konigsberg | Two more optimizations: remove default value for predic... |
commit | commitdiff | tree | snapshot |
2012-06-16 |
Robert Konigsberg | Iterator optimization - peek-ahead is optimized, and... |
commit | commitdiff | tree | snapshot |
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 |
Dan Vanderkam | Merge branch 'master' of github.com:danvk/dygraphs |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Dan Vanderkam | make fork ribbon appear above everything else. |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Robert Konigsberg | Add failure count to top of file. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
David Moena | added support for labelsKMG2 to handle very small numbe... |
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 |
next |