2012-12-08 |
Robert Konigsberg | Whoops, remove labels.js from auto_tests/misc/local...
|
commit | commitdiff | tree |
2012-12-08 |
Robert Konigsberg | Centralize utility methods in automated tests.
|
commit | commitdiff | tree |
2012-12-08 |
Robert Konigsberg | Move common code to Util.js, reducing multiple-axes...
|
commit | commitdiff | tree |
2012-12-08 |
Robert Konigsberg | Minor whitespace tweak.
|
commit | commitdiff | tree |
2012-12-08 |
Robert Konigsberg | Make new options stuff work with gviz.
|
commit | commitdiff | tree |
2012-12-04 |
Robert Konigsberg | Add generate-documentation.sh to Makefile.
|
commit | commitdiff | tree |
2012-12-04 |
Robert Konigsberg | Merge pull request #185 from davidmsibley/master
|
commit | commitdiff | tree |
2012-12-03 |
Robert Konigsberg | Address lint warnings.
|
commit | commitdiff | tree |
2012-11-30 |
Robert Konigsberg | Merge pull request #184 from kberg/master
|
commit | commitdiff | tree |
2012-11-30 |
Robert Konigsberg | Add test that shows that you can't put {} inside the...
|
commit | commitdiff | tree |
2012-11-30 |
Robert Konigsberg | Add multiple_axes.js which focuses only on new style...
|
commit | commitdiff | tree |
2012-11-30 |
Robert Konigsberg | Rename test and test methods so they do not conflict...
|
commit | commitdiff | tree |
2012-11-30 |
Robert Konigsberg | In preparation for migrating axis tests to new-format.
|
commit | commitdiff | tree |
2012-11-30 |
Robert Konigsberg | Remove maxAxis; it's not used.
|
commit | commitdiff | tree |
2012-11-29 |
Robert Konigsberg | Merge pull request #180 from kberg/new-series-option
|
commit | commitdiff | tree |
2012-11-29 |
Robert Konigsberg | Merge branch 'master' of https://github.com/danvk/dygraphs...
|
commit | commitdiff | tree |
2012-11-26 |
Robert Konigsberg | Merge branch 'master' of https://github.com/danvk/dygraphs
|
commit | commitdiff | tree |
2012-11-26 |
Robert Konigsberg | Added additional comment to the deprecated options...
|
commit | commitdiff | tree |
2012-11-25 |
Robert Konigsberg | Migrate multi-scale to use non-deprecated axis-specific...
|
commit | commitdiff | tree |
2012-11-25 |
Robert Konigsberg | Fixed per-series typo in misc/local.html.
|
commit | commitdiff | tree |
2012-11-25 |
Robert Konigsberg | Merge branch 'master' of https://github.com/danvk/dygraphs
|
commit | commitdiff | tree |
2012-11-25 |
Robert Konigsberg | Renaming deprecated methods because the automated test...
|
commit | commitdiff | tree |
2012-11-25 |
Robert Konigsberg | Add axis_labels tests that rely on the preferred style...
|
commit | commitdiff | tree |
2012-11-25 |
Robert Konigsberg | Rename axis_labels.js to axis_labels-deprecated.js...
|
commit | commitdiff | tree |
2012-11-25 |
Robert Konigsberg | Add comments and warnings for legacy options.
|
commit | commitdiff | tree |
2012-11-25 |
Robert Konigsberg | Add comments and warnings for legacy options.
|
commit | commitdiff | tree |
2012-11-25 |
Robert Konigsberg | Ooh more code cleanup; all 155 tests pass.
|
commit | commitdiff | tree |
2012-11-25 |
Robert Konigsberg | Merge branch 'remove-old-options' into new-series-option...
|
commit | commitdiff | tree |
2012-11-24 |
Robert Konigsberg | Start working on new-version axis support. Tests still...
|
commit | commitdiff | tree |
2012-11-24 |
Robert Konigsberg | Fix options reference, so it includes 'Series' category.
|
commit | commitdiff | tree |
2012-11-24 |
Robert Konigsberg | Merge branch 'master' of https://github.com/kberg/dygraphs...
|
commit | commitdiff | tree |
2012-11-24 |
Robert Konigsberg | Some Makefile fun - * new lint and clean commands,...
|
commit | commitdiff | tree |
2012-11-24 |
Robert Konigsberg | Merge branch 'remove-old-options' of https://github...
|
commit | commitdiff | tree |
2012-11-24 |
Robert Konigsberg | Merge branch 'master' into remove-old-options
|
commit | commitdiff | tree |
2012-11-24 |
Robert Konigsberg | Merge branch 'master' into remove-old-options
|
commit | commitdiff | tree |
2012-11-24 |
Robert Konigsberg | Merge branch 'master' of https://github.com/kberg/dygraphs...
|
commit | commitdiff | tree |
2012-11-24 |
Robert Konigsberg | Options code review, plus, remove original attr_ code.
|
commit | commitdiff | tree |
2012-11-23 |
Robert Konigsberg | Add sanity test for xValueParser.
|
commit | commitdiff | tree |
2012-11-22 |
Robert Konigsberg | Add per-series tests that validate new-style options...
|
commit | commitdiff | tree |
2012-11-22 |
Robert Konigsberg | Series have to be updated when updateOptions are called...
|
commit | commitdiff | tree |
2012-11-22 |
Robert Konigsberg | Be friendlier with options that exist, but are null...
|
commit | commitdiff | tree |
2012-11-22 |
Robert Konigsberg | Add test case to verify that strings-as-divs are allowed.
|
commit | commitdiff | tree |
2012-11-22 |
Robert Konigsberg | When div is of type string, replace it with a document...
|
commit | commitdiff | tree |
2012-11-22 |
Robert Konigsberg | Merge branch 'master' of https://github.com/danvk/dygraphs...
|
commit | commitdiff | tree |
2012-11-22 |
Robert Konigsberg | Add pathalogical test case (broken) that show that...
|
commit | commitdiff | tree |
2012-11-22 |
Robert Konigsberg | Fix syntactically broken per_series.js
|
commit | commitdiff | tree |
2012-11-22 |
Robert Konigsberg | Fix broken options reference.
|
commit | commitdiff | tree |
2012-11-22 |
Robert Konigsberg | Forgot dash when specifying test name.
|
commit | commitdiff | tree |
2012-11-22 |
Robert Konigsberg | Whoops, missing commas.
|
commit | commitdiff | tree |
2012-11-22 |
Robert Konigsberg | Add tests for new series option.
|
commit | commitdiff | tree |
2012-11-22 |
Robert Konigsberg | Merge branch 'master' of https://github.com/kberg/dygraphs...
|
commit | commitdiff | tree |
2012-11-22 |
Robert Konigsberg | Merge pull request #1 from kberg/add-per-series-to...
|
commit | commitdiff | tree |
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-22 |
Robert Konigsberg | Add code to deal with the new, global, series option.
|
commit | commitdiff | tree |
2012-11-18 |
Robert Konigsberg | Merge pull request #173 from kberg/reverse-noisydata
|
commit | commitdiff | tree |
2012-11-18 |
Robert Konigsberg | Dump Dygraph.seriesToAxisMap, move it into DygraphOptions...
|
commit | commitdiff | tree |
2012-11-18 |
Robert Konigsberg | Add numAxes function.
|
commit | commitdiff | tree |
2012-11-18 |
Robert Konigsberg | Remove the old code for attr_.
|
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 |
next |