Skip to content

Is there a way to partially re-render a plot? #219

Open
@batearedcollie

Description

@batearedcollie

I have a plot showing 2 data streams, the first is a large heatmap and is static over the lifetime of the component. The second is a line on the heat map and needs to be updated continually. However, the updates are slow presumably because both datasets are being rendered on state refresh. Is there an option or way I can construct the component such that the large heatmap does not need to re-render when state is updated?

Any help is appreciated. Thanks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @batearedcollie

        Issue actions

          Is there a way to partially re-render a plot? · Issue #219 · plotly/react-plotly.js