Fix issue 93: get the order of stacked graphs right.
authorDan Egnor <egnor@google.com>
Fri, 14 May 2010 01:37:04 +0000 (18:37 -0700)
committerDan Egnor <egnor@google.com>
Tue, 18 May 2010 00:17:34 +0000 (17:17 -0700)
commit354e15abd4ca9d73768dfe07c567737d835fcaa2
tree18d0cc6565825eec635709f052c356c95d431cee
parent4a634fc709319a85a2bb74c1f48b885b029b1b0b
Fix issue 93: get the order of stacked graphs right.

Also fix a problem where stacked, filled graphs would pile up their
colors, which doesn't seem right for the normal semantics of stacked
graphs.

Also expand on the tests for stacked and filled graphs.
dygraph-canvas.js
dygraph.js
tests/fillGraph.html
tests/stacked.html