Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed computation of stacked series in case some series start in the mid... #226

Merged
merged 1 commit into from
Mar 2, 2013

Conversation

vlsi
Copy link
Contributor

@vlsi vlsi commented Feb 24, 2013

...dle 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

Added test for the bug. All tests pass.
lint.sh reveals no new warnings

@kberg
Copy link
Collaborator

kberg commented Feb 25, 2013

This is one I'm going to leave to @danvk. Thanks for writing the test!

…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
@vlsi
Copy link
Contributor Author

vlsi commented Feb 25, 2013

Rebased against current master as the changes in stacked.js produce merge conflicts with #225

danvk added a commit that referenced this pull request Mar 2, 2013
Fixed computation of stacked series in case some series start in the mid...
@danvk danvk merged commit 870190b into danvk:master Mar 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants