Fix Issue 60: Add tests for one data point and zero data points
authorDan Vanderkam <dan@dygraphs.com>
Wed, 21 Dec 2011 22:22:30 +0000 (17:22 -0500)
committerDan Vanderkam <dan@dygraphs.com>
Wed, 21 Dec 2011 22:22:30 +0000 (17:22 -0500)
commit395e98a32b32d83097a641afb297b755734074c4
tree56dfd0e7d5a7dd103a4b40383cd0e86dac599743
parenta2da3777b8931b37c644831dc371ccbfae9fd758
Fix Issue 60: Add tests for one data point and zero data points

The zero point case is pathological, but at least it no longer crashes.
Also includes some miscellaneous other cleanup.
auto_tests/misc/local.html
auto_tests/tests/multiple_axes.js
auto_tests/tests/pathological_cases.js [new file with mode: 0644]
dygraph.js