Skip to content

Stacked line updating bug #11

Open
@freeman-lab

Description

@freeman-lab

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions