Fixed computation of stacked series in case some series start in the middle of the...
authorVladimir Sitnikov <sitnikov.vladimir@gmail.com>
Sun, 24 Feb 2013 20:43:35 +0000 (00:43 +0400)
committerVladimir Sitnikov <sitnikov.vladimir@gmail.com>
Mon, 25 Feb 2013 04:45:08 +0000 (08:45 +0400)
commitcc87e270481d69b2bb7d5bf02f131a505dc09fdd
treec4b7f8991564ba98b769f60a00d79d370898d2fd
parent4cb3fc66f1b59c38a868a7b98db0bfecfb461a00
Fixed computation of stacked series in case some series start in the middle of the range
The bug is caused by stale value of last_x local across loop in gatherDatasets_.
See https://code.google.com/p/dygraphs/issues/detail?id=438
auto_tests/tests/stacked.js
dygraph.js