Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] make DocumentTitle changes adjustable #856

Closed
philipphutterer opened this issue Aug 7, 2019 · 3 comments
Closed

[Feature Request] make DocumentTitle changes adjustable #856

philipphutterer opened this issue Aug 7, 2019 · 3 comments

Comments

@philipphutterer
Copy link

Hello there,

as already "discussed" in the community forum some time ago, I suggest to have a possibility that allows you to disable the annoying change of the Document Title to "Updating..." every time there is a data update - what might happen very often since you can choose any arbitrary small interval.

In my opinion it should be possible to either

  • dynamically set the title during the data update in the callback or
  • be a static value what can be set up initially

code file: DocumentTitle.react.js

Thanks in advance and best regards,
Philipp

@CaseGuide
Copy link

Do the features described in #286 take care of this? It seems like overwriting the HTML title tag might fix it.

@philipphutterer
Copy link
Author

I tried to override the HTML title tag as suggested in #286 and it did not work. The updating script is still intercepting this.

@chriddyp
Copy link
Member

This feature is now available in dash==1.14.0 and is documented in http://dash.plotly.com/external-resources. Look for the title= and update_title=. See the "Customizing Dash's Document or Browser Tab Title", " Update the Document Title Dynamically based off of the URL or Tab", and "Customizing or Removing Dash's "Updating..." Message" sections.

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

No branches or pull requests

3 participants