Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Stop changing page title to 'Updating...' when doing a graph update #546

Closed
jdlongman opened this issue May 3, 2019 · 6 comments
Closed

Comments

@jdlongman
Copy link

When live-updating a graph (dcc.Graph updated with dcc.Interval), every time an update is made, the title of the page flickers to 'Updating...'.
When calling updates every second this essentially means that the browser tab will keep flickering this message on and off, which is incredibly annoying.
Is there a means to disable this from happening? If not, one is needed.

@fheilz
Copy link

fheilz commented Jun 2, 2020

Any update to this?
@chriddyp

@stlehmann
Copy link

I agree. Especially for displaying livedata the flickering of the title makes the whole webapp very noisy. Would be great if one could disable this on demand.

@bluenote10
Copy link

The flickering title is very distracting indeed, makes the updatemode='drag' mode of sliders almost unusable for me.

@ghost
Copy link

ghost commented Jun 29, 2020

+1 for feature request!

@stlehmann
Copy link

This PR addresses this issue and allows to disable the change of the title on updating: plotly/dash#1315

@chriddyp
Copy link
Member

Is there a means to disable this from happening? If not, one is needed.

This is now complete as of Dash 1.14.0 thanks to @stlehmann 🙂

See https://community.plotly.com/t/dash-v1-14-0-released-update-the-tabs-title-removing-the-updating-messages-updated-datatable-link-behavior/43080/ & https://dash.plotly.com/external-resources for details.

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

No branches or pull requests

5 participants