Add drawAxis option, deprecating drawXAxis and drawYAxis. Added tests for that and... issue-126
authorRobert Konigsberg <konigsberg@gmail.com>
Fri, 13 Sep 2013 22:16:33 +0000 (18:16 -0400)
committerRobert Konigsberg <konigsberg@gmail.com>
Fri, 13 Sep 2013 22:16:33 +0000 (18:16 -0400)
commit7f6a719056e1da51c5a27727ac5341d6664de428
tree5750e584c0433182fa141fecfc0405d826ab3763
parenta67b72369a6b7be63873258068082c139958e5dc
Add drawAxis option, deprecating drawXAxis and drawYAxis. Added tests for that and drawGrid.
auto_tests/misc/local.html
auto_tests/tests/grid_per_axis.js
auto_tests/tests/per_axis.js [new file with mode: 0644]
auto_tests/tests/to_dom_coords.js
dygraph-options-reference.js
dygraph.js
plugins/axes.js
plugins/grid.js
plugins/range-selector.js