Rename test and test methods so they do not conflict with multiple-axes.js.
[dygraphs.git] / dygraph-options.js
2012-11-30 Robert KonigsbergRemove maxAxis; it's not used.
2012-11-29 Robert KonigsbergMerge pull request #180 from kberg/new-series-option
2012-11-29 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2012-11-25 Robert KonigsbergMerge branch 'remove-old-options' into new-series-optio...
2012-11-24 Robert KonigsbergStart working on new-version axis support. Tests still...
2012-11-24 Robert KonigsbergMerge branch 'master' of https://github.com/kberg/dygra...
2012-11-24 Robert KonigsbergMerge branch 'master' into remove-old-options
2012-11-24 Robert KonigsbergMerge branch 'master' into remove-old-options
2012-11-24 Robert KonigsbergMerge branch 'master' of https://github.com/kberg/dygra...
2012-11-24 Robert KonigsbergOptions code review, plus, remove original attr_ code.
2012-11-24 Dan VanderkamMore correctly-compiling files, plus some more info...
2012-11-23 Dan VanderkamMerge pull request #174 from wimme/patch-1
2012-11-22 Robert KonigsbergBe friendlier with options that exist, but are null...
2012-11-22 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2012-11-22 Robert KonigsbergMerge branch 'master' of https://github.com/kberg/dygra...
2012-11-22 Robert KonigsbergMerge pull request #176 from kberg/add-per-series-to...
2012-11-22 Robert KonigsbergAdd code to deal with the new, global, series option.
2012-11-18 Robert KonigsbergDump Dygraph.seriesToAxisMap, move it into DygraphOptio...
2012-11-18 Robert KonigsbergAdd numAxes function.
2012-11-18 Robert KonigsbergSupport highlightSeriesOpts, and, standardize on field...
2012-11-18 Robert KonigsbergRespect options set in the series-axis object (e.g...
2012-11-18 Robert KonigsbergFix mis-named method.
2012-11-18 Robert KonigsbergLooking better -- handle the CSV/no label case.
2012-11-18 Robert KonigsbergAdd dygraph-options.js. Add code to compare behavior...