2012-11-22 |
Robert Konigsberg | Merge pull request #176 from kberg/add-per-series-to...
|
commit | commitdiff | tree |
2012-11-22 |
Robert Konigsberg | Add missing tests to auto_tests/misc/local, and reorganize...
|
commit | commitdiff | tree |
2012-11-18 |
Robert Konigsberg | Merge pull request #173 from kberg/reverse-noisydata
|
commit | commitdiff | tree |
2012-11-18 |
Robert Konigsberg | Support highlightSeriesOpts, and, standardize on field...
|
commit | commitdiff | tree |
2012-11-18 |
Robert Konigsberg | Respect options set in the series-axis object (e.g...
|
commit | commitdiff | tree |
2012-11-18 |
Robert Konigsberg | Fix mis-named method.
|
commit | commitdiff | tree |
2012-11-18 |
Robert Konigsberg | Reparse when series is set for array data.
|
commit | commitdiff | tree |
2012-11-18 |
Robert Konigsberg | Looking better -- handle the CSV/no label case.
|
commit | commitdiff | tree |
2012-11-18 |
Robert Konigsberg | Add dygraph-options.js. Add code to compare behavior...
|
commit | commitdiff | tree |
2012-11-16 |
Robert Konigsberg | Added actual drawing to test for visual cue.
|
commit | commitdiff | tree |
2012-11-16 |
Robert Konigsberg | testDrawHighlightPointCallback won't pass when the...
|
commit | commitdiff | tree |
2012-11-16 |
Robert Konigsberg | Add tests (which currently fail) that ensure that drawPointC...
|
commit | commitdiff | tree |
2012-11-14 |
Robert Konigsberg | reverse the lines for the series C of NoisyDataABC...
|
commit | commitdiff | tree |
2012-11-14 |
Robert Konigsberg | Add third data set to visibility.html.
|
commit | commitdiff | tree |
2012-09-10 |
Robert Konigsberg | Merge pull request #166 from klemmster/master
|
commit | commitdiff | tree |
2012-08-02 |
Robert Konigsberg | Allow labelsDivWidth updates to be reflected in already...
|
commit | commitdiff | tree |
2012-08-02 |
Robert Konigsberg | Fix missing object reference in interaction model.
|
commit | commitdiff | tree |
2012-07-10 |
Robert Konigsberg | Merge branch 'master' of https://github.com/kberg/dygraphs
|
commit | commitdiff | tree |
2012-07-10 |
Robert Konigsberg | Iterator performance enhancements - turn hasNext and...
|
commit | commitdiff | tree |
2012-07-10 |
Robert Konigsberg | Add hints in dygraphs benchmark for parameters.
|
commit | commitdiff | tree |
2012-06-20 |
Robert Konigsberg | Merge pull request #157 from helder-git/patch-1
|
commit | commitdiff | tree |
2012-06-18 |
Robert Konigsberg | Rewrite iterator.
|
commit | commitdiff | tree |
2012-06-18 |
Robert Konigsberg | Add default values to the iterator factory.
|
commit | commitdiff | tree |
2012-06-16 |
Robert Konigsberg | Optimization: inline isNullOrNan. Also, don't bother...
|
commit | commitdiff | tree |
2012-06-16 |
Robert Konigsberg | Two more optimizations: remove default value for predicate...
|
commit | commitdiff | tree |
2012-06-16 |
Robert Konigsberg | Iterator optimization - peek-ahead is optimized, and...
|
commit | commitdiff | tree |
2012-06-16 |
Robert Konigsberg | Decent optimziation by precomputing hasNext, saves...
|
commit | commitdiff | tree |
2012-06-16 |
Robert Konigsberg | Post success count along with failure count.
|
commit | commitdiff | tree |
2012-06-15 |
Robert Konigsberg | Recombine drawTrivialLine and drawNonTrivialLine, using...
|
commit | commitdiff | tree |
2012-06-15 |
Robert Konigsberg | Add TODO -- move that assertion someplace else.
|
commit | commitdiff | tree |
2012-06-15 |
Robert Konigsberg | Finish the tests for missing_points, that map to tests...
|
commit | commitdiff | tree |
2012-06-15 |
Robert Konigsberg | More turbocharge for CanvasAssertions.
|
commit | commitdiff | tree |
2012-06-15 |
Robert Konigsberg | Add some power to the canvas assertions. Also, the...
|
commit | commitdiff | tree |
2012-06-15 |
Robert Konigsberg | The awful index-based iterators are gone, replaced...
|
commit | commitdiff | tree |
2012-06-15 |
Robert Konigsberg | Whoops re: utils_test.
|
commit | commitdiff | tree |
2012-06-15 |
Robert Konigsberg | Remove unused local variable from drawNonTrivialLine.
|
commit | commitdiff | tree |
2012-06-15 |
Robert Konigsberg | Introduce Dygraph.createIterator, and use it to simplify...
|
commit | commitdiff | tree |
2012-06-15 |
Robert Konigsberg | Add failure count to top of file.
|
commit | commitdiff | tree |
2012-06-14 |
Robert Konigsberg | Mild code reduction by eliminating duplication
|
commit | commitdiff | tree |
2012-06-14 |
Robert Konigsberg | Add missing_points.js to the bunch (as part of prior...
|
commit | commitdiff | tree |
2012-06-13 |
Robert Konigsberg | Moving the new missing-points tests to their own test...
|
commit | commitdiff | tree |
2012-06-13 |
Robert Konigsberg | connectSeparatedPoints is working. This has also improved
|
commit | commitdiff | tree |
2012-06-13 |
Robert Konigsberg | Document the role of makeNextPointStep.
|
commit | commitdiff | tree |
2012-06-13 |
Robert Konigsberg | Properly draw separated points.
|
commit | commitdiff | tree |
2012-06-13 |
Robert Konigsberg | Explain the role of NaN in connectSeparatedPoints.
|
commit | commitdiff | tree |
2012-06-13 |
Robert Konigsberg | Add assertion that gets all the drawn lines.
|
commit | commitdiff | tree |
2012-06-13 |
Robert Konigsberg | Merge github.com:danvk/dygraphs
|
commit | commitdiff | tree |
2012-06-13 |
Robert Konigsberg | Fix bug 336. parseFloat(null) == NaN. Delightful.
|
commit | commitdiff | tree |
2012-06-13 |
Robert Konigsberg | Add test case which confirms regression reported in...
|
commit | commitdiff | tree |
2012-06-01 |
Robert Konigsberg | Add some tepid comments, use of local variables, etc.
|
commit | commitdiff | tree |
2012-06-01 |
Robert Konigsberg | Standardize isNullOrNan.
|
commit | commitdiff | tree |
2012-06-01 |
Robert Konigsberg | bhs performance enhancement base. This hits biggest...
|
commit | commitdiff | tree |
2012-05-29 |
Robert Konigsberg | Make auto_tests easier to read, and also, add easy...
|
commit | commitdiff | tree |
2012-05-15 |
Robert Konigsberg | Add @license tag to dygraph-combined.js
|
commit | commitdiff | tree |
2012-04-18 |
Robert Konigsberg | Tweak the addEvent/removeEvent code. Restore the non...
|
commit | commitdiff | tree |
2012-04-17 |
Robert Konigsberg | Tracking all event registrations, and deallocating...
|
commit | commitdiff | tree |
2012-04-11 |
Robert Konigsberg | More fixes for http://code.google.com/p/dygraphs/issues...
|
commit | commitdiff | tree |
2012-04-11 |
Robert Konigsberg | Filter out the query directory from docs. Fixes http...
|
commit | commitdiff | tree |
2012-04-04 |
Robert Konigsberg | Edit in jsFiddle
|
commit | commitdiff | tree |
2012-03-30 |
Robert Konigsberg | Add sanity test ensuring that creating annotations...
|
commit | commitdiff | tree |
2012-03-02 |
Robert Konigsberg | Merge pull request #138 from klausw-g/highlight-series...
|
commit | commitdiff | tree |
2012-02-29 |
Robert Konigsberg | Merge branch 'master' of https://github.com/danvk/dygraphs
|
commit | commitdiff | tree |
2012-02-29 |
Robert Konigsberg | Rename stuff.
|
commit | commitdiff | tree |
2012-02-29 |
Robert Konigsberg | Clean up docs a little, fix "title" propagation bug.
|
commit | commitdiff | tree |
2012-02-28 |
Robert Konigsberg | Reorder; trying to move to Gallery
|
commit | commitdiff | tree |
2012-02-28 |
Robert Konigsberg | Update index.html to mention the gallery
|
commit | commitdiff | tree |
2012-02-28 |
Robert Konigsberg | More name standardization.
|
commit | commitdiff | tree |
2012-02-28 |
Robert Konigsberg | Doc updates / push gallery, rename some gallery js...
|
commit | commitdiff | tree |
2012-02-28 |
Robert Konigsberg | Remove deleted tests from index.html
|
commit | commitdiff | tree |
2012-02-28 |
Robert Konigsberg | Delete outdated tests.
|
commit | commitdiff | tree |
2012-02-28 |
Robert Konigsberg | Fix option reference, remove line continuation hack.
|
commit | commitdiff | tree |
2012-02-27 |
Robert Konigsberg | Gallery failure when CSS does not exist.
|
commit | commitdiff | tree |
2012-02-27 |
Robert Konigsberg | Gallery code links reset the URL anchor. This fixes it.
|
commit | commitdiff | tree |
2012-02-25 |
Robert Konigsberg | Merge pull request #127 from kberg/master
|
commit | commitdiff | tree |
2012-02-25 |
Robert Konigsberg | Display CSS. This doesn't work in Chrome, locally ...
|
commit | commitdiff | tree |
2012-02-25 |
Robert Konigsberg | Updated docs for drawPointCallback and drawHighlightPointCal...
|
commit | commitdiff | tree |
2012-02-25 |
Robert Konigsberg | Support line continuation in JSON format.
|
commit | commitdiff | tree |
2012-02-25 |
Robert Konigsberg | Add "parameters" specification to docs; indented rendering.
|
commit | commitdiff | tree |
2012-02-25 |
Robert Konigsberg | Better gallery; separates out the HTML, Javascript...
|
commit | commitdiff | tree |
2012-02-24 |
Robert Konigsberg | Remove comma, incompatible with IE.
|
commit | commitdiff | tree |
2012-02-24 |
Robert Konigsberg | Changes due to code review.
|
commit | commitdiff | tree |
2012-02-23 |
Robert Konigsberg | Fixed Dygraph.Circles.Circle and custom circles. All...
|
commit | commitdiff | tree |
2012-02-23 |
Robert Konigsberg | Many bug fixes, highlight seems to not work.
|
commit | commitdiff | tree |
2012-02-23 |
Robert Konigsberg | Add custom-circles demo to tests/. Obvious bugs in...
|
commit | commitdiff | tree |
2012-02-23 |
Robert Konigsberg | Add tests for drawPointCallback and drawHighlightCallback
|
commit | commitdiff | tree |
2012-02-22 |
Robert Konigsberg | Add sanity drawPointCallback tests.
|
commit | commitdiff | tree |
2012-02-22 |
Robert Konigsberg | whitespace cleanup
|
commit | commitdiff | tree |
2012-02-22 |
Robert Konigsberg | Merge http://github.com/danvk/dygraphs into custom...
|
commit | commitdiff | tree |
2012-02-22 |
Robert Konigsberg | custom circles, first part.
|
commit | commitdiff | tree |
2012-02-21 |
Robert Konigsberg | Merge pull request #120 from timeu/bugfix_upstream
|
commit | commitdiff | tree |
2012-01-25 |
Robert Konigsberg | Apply firefox fix to the gallery. (We should remove...
|
commit | commitdiff | tree |
2012-01-25 |
Robert Konigsberg | Merge pull request #117 from jllodra/master
|
commit | commitdiff | tree |
2012-01-19 |
Robert Konigsberg | Remove memory leaks from dygraph-many-points-benchmark.
|
commit | commitdiff | tree |
2012-01-17 |
Robert Konigsberg | Merge pull request #112 from kberg/master
|
commit | commitdiff | tree |
2012-01-17 |
Robert Konigsberg | Plotter demo bugfix.
|
commit | commitdiff | tree |
2012-01-17 |
Robert Konigsberg | Merge pull request #111 from kberg/master
|
commit | commitdiff | tree |
2012-01-17 |
Robert Konigsberg | tiny
|
commit | commitdiff | tree |
2012-01-17 |
Robert Konigsberg | Style tweaks
|
commit | commitdiff | tree |
2012-01-17 |
Robert Konigsberg | Merge pull request #110 from kberg/master
|
commit | commitdiff | tree |
2012-01-17 |
Robert Konigsberg | stuff. i'm tired.
|
commit | commitdiff | tree |
next |