2012-12-08 |
Robert Konigsberg | Add tests for labelsKMG and labelsKMB2. |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Robert Konigsberg | Remove superfluous warning when specifying labelsKMG2. |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Robert Konigsberg | Set up the ability to fail tests on warnings. |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Robert Konigsberg | Whoops, remove labels.js from auto_tests/misc/local... |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Robert Konigsberg | Centralize utility methods in automated tests. |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Robert Konigsberg | Move common code to Util.js, reducing multiple-axes... |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Robert Konigsberg | Minor whitespace tweak. |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Robert Konigsberg | Make new options stuff work with gviz. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Robert Konigsberg | Add generate-documentation.sh to Makefile. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Robert Konigsberg | Merge pull request #185 from davidmsibley/master |
commit | commitdiff | tree | snapshot |
2012-12-03 |
David M Sibley | synched generate-combined.sh to dygraphs-dev.js |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Robert Konigsberg | Address lint warnings. |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Robert Konigsberg | Merge pull request #184 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Robert Konigsberg | Add test that shows that you can't put {} inside the... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Robert Konigsberg | Add multiple_axes.js which focuses only on new style... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Robert Konigsberg | Rename test and test methods so they do not conflict... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Robert Konigsberg | In preparation for migrating axis tests to new-format. |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Robert Konigsberg | Remove maxAxis; it's not used. |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Robert Konigsberg | Merge pull request #180 from kberg/new-series-option |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Robert Konigsberg | Merge branch 'master' of https://github.com/danvk/dygra... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Dan Vanderkam | Merge pull request #182 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Robert Konigsberg | Merge branch 'master' of https://github.com/danvk/dygraphs |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Robert Konigsberg | Added additional comment to the deprecated options... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Dan Vanderkam | Merge pull request #181 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Robert Konigsberg | Migrate multi-scale to use non-deprecated axis-specific... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Robert Konigsberg | Fixed per-series typo in misc/local.html. |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Robert Konigsberg | Merge branch 'master' of https://github.com/danvk/dygraphs |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Robert Konigsberg | Renaming deprecated methods because the automated test... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Robert Konigsberg | Add axis_labels tests that rely on the preferred style... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Robert Konigsberg | Rename axis_labels.js to axis_labels-deprecated.js... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Robert Konigsberg | Add comments and warnings for legacy options. |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Robert Konigsberg | Add comments and warnings for legacy options. |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Robert Konigsberg | Ooh more code cleanup; all 155 tests pass. |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Robert Konigsberg | Merge branch 'remove-old-options' into new-series-optio... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Dan Vanderkam | Merge pull request #179 from kberg/makefile-fun |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Robert Konigsberg | Start working on new-version axis support. Tests still... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Robert Konigsberg | Fix options reference, so it includes 'Series' category. |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Robert Konigsberg | Merge branch 'master' of https://github.com/kberg/dygra... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Robert Konigsberg | Some Makefile fun - * new lint and clean commands,... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Robert Konigsberg | Merge branch 'remove-old-options' of https://github... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Robert Konigsberg | Merge branch 'master' into remove-old-options |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Robert Konigsberg | Merge branch 'master' into remove-old-options |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Robert Konigsberg | Merge branch 'master' of https://github.com/kberg/dygra... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Robert Konigsberg | Options code review, plus, remove original attr_ code. |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Dan Vanderkam | exclude externs from lint |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Dan Vanderkam | More correctly-compiling files, plus some more info... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Dan Vanderkam | dygraph-tickers builds clean |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Dan Vanderkam | Closurify some low-hanging fruit |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Dan Vanderkam | dygraph-utils.js compiles under closure with no warning... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Dan Vanderkam | lots of type defintions in dygraph-utils.js; down to... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Dan Vanderkam | Merge pull request #178 from kberg/tests |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Dan Vanderkam | Merge pull request #177 from danvk/no-width-no-work |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Robert Konigsberg | Add sanity test for xValueParser. |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Dan Vanderkam | Merge pull request #174 from wimme/patch-1 |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | Add per-series tests that validate new-style options... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | Series have to be updated when updateOptions are called... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | Be friendlier with options that exist, but are null... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | Add test case to verify that strings-as-divs are allowed. |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | When div is of type string, replace it with a document... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | Merge branch 'master' of https://github.com/danvk/dygra... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | Add pathalogical test case (broken) that show that... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | Fix syntactically broken per_series.js |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | Fix broken options reference. |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | Forgot dash when specifying test name. |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | Whoops, missing commas. |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | Add tests for new series option. |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | Merge branch 'master' of https://github.com/kberg/dygra... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | Merge pull request #1 from kberg/add-per-series-to... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | Merge pull request #176 from kberg/add-per-series-to... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | Add missing tests to auto_tests/misc/local, and reorgan... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Robert Konigsberg | Add code to deal with the new, global, series option. |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wim Bruynooghe | fixed spacings |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Dan Vanderkam | Merge pull request #161 from klausw-g/is-series-locked |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wim Bruynooghe | Range selector: stepplots and fix for gaps in data |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Robert Konigsberg | Merge pull request #173 from kberg/reverse-noisydata |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Robert Konigsberg | Dump Dygraph.seriesToAxisMap, move it into DygraphOptio... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Robert Konigsberg | Add numAxes function. |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Robert Konigsberg | Remove the old code for attr_. |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Robert Konigsberg | Support highlightSeriesOpts, and, standardize on field... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Robert Konigsberg | Respect options set in the series-axis object (e.g... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Robert Konigsberg | Fix mis-named method. |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Robert Konigsberg | Reparse when series is set for array data. |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Robert Konigsberg | Looking better -- handle the CSV/no label case. |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Robert Konigsberg | Add dygraph-options.js. Add code to compare behavior... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Robert Konigsberg | Added actual drawing to test for visual cue. |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Robert Konigsberg | testDrawHighlightPointCallback won't pass when the... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Robert Konigsberg | Add tests (which currently fail) that ensure that drawP... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dan Vanderkam | Merge pull request #171 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dan Vanderkam | Merge pull request #170 from shole/master |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Robert Konigsberg | reverse the lines for the series C of NoisyDataABC... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Robert Konigsberg | Add third data set to visibility.html. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
shole | findClosestPoint visibility bias fix, as described... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Dan Vanderkam | Merge pull request #168 from jhollingsworth/master |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Jason Hollingsworth | Merge branch 'master' of github.com:jhollingsworth... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Jason Hollingsworth | Fixed an issue with the chart title not being visible... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Jason Hollingsworth | Update to Fix Issue 162: Support DOS-style line endings. |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Dan Vanderkam | fix for issue 380 from adilh |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Robert Konigsberg | Merge pull request #166 from klemmster/master |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Richard Klemm | Remove unused variable |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Dan Vanderkam | Fix some numeric issues with older Firefox |
commit | commitdiff | tree | snapshot |
next |