Unfortunately the standard app.title = 'My App Title' command seems useless here, as also such custom titles are temporarily overwritten by the interval event, and the only solution to avoid any nervous flickering with frequent events would be to set the title permanently to the same “Updating…” string, which is obviously very suboptimal.
Did you ever find a solution? I’ve just started with Plotly and it’s really annoying. One idea I’m going to try is to embed the entire thing in an iframe.
Sadly enough just one of very many severe shortcomings of plotly imho - I hope I’ll be better off when I finally switch to Django, which would be my (admittedly very uneducated as I’m newbie still everyhwere) suggestion to anyone starting out as you mentioned you do. Plotly = amazing to quickly have few graphs on a tab, but for some serious software I had the impression to get into all sorts of shortcomings overly quickly.
Same here. "Updating … " when a graph loads/ other output load states make sense but we need to turn it off when an Interval is being activated - I get the flickering every 1 sec the interval runs for me which is very annoying.
Hey chriddyp
the title and update_title dont work all the time
if i am using to refresh the webpage very frequently say 125 msec in my case the tab shows Updating even though i have used the above fields
I am using dash version 2.13.0