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

Stacked line updating bug #11

Open
freeman-lab opened this issue May 23, 2015 · 0 comments
Open

Stacked line updating bug #11

freeman-lab opened this issue May 23, 2015 · 0 comments
Labels

Comments

@freeman-lab
Copy link
Member

When generating a stacked line visualization inside of an existing feed with other chart types (confirmed with both scatter and line), the visualization fails to update properly when a new line is selected. Most likely a scoping problem.

Steps to reproduce (from the Python client);

lgn.line(random.randn(5,20))
lgn.linestacked(random.randn(5,20))

Now try selecting new lines from the minimap: they appear, but the correct transition isn't triggered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant