Skip to content

[BUG] Height of graph can grow infinitely #3486

Description

@marthacryan

Minimal example:

from dash import Dash, html, dcc

app = Dash(__name__)

app.layout = html.Div(
    [
        html.Div([html.H1("Hello World"), dcc.Graph()]),
    ],
    style={"display": "flex"},
)

if __name__ == "__main__":
    app.run(debug=True, port=8052)

This causes the plotly chart to grow every ~0.5 seconds infinitely.

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

      Issue actions