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

Reduce noise in the callback graph #9

Closed
almarklein opened this issue Nov 4, 2020 · 1 comment · Fixed by #13
Closed

Reduce noise in the callback graph #9

almarklein opened this issue Nov 4, 2020 · 1 comment · Fixed by #13

Comments

@almarklein
Copy link
Collaborator

[...] with the long id names, it's quite painful to look at the callback graph in the developer tools (which you can see with debug=True). This is not specific to this project, but it might be worth submitting a PR to Dash to represent long ids in a different format (see for example plotly/dash#1179 for the last modifications of the code generating the callback graph).

In #4, the id's where changed to be dict id's, but these are very long e.g. when shown in the callback graph debugger tool. Some options (both are probably a good idea):

  • Somehow display such id's more efficiently in the callback graph.
  • Use only dict-id's for objects that need it.
@emmanuelle
Copy link
Contributor

As a temporary fix, I just discovered (by reading the dash PR!) that it is possible to drag nodes of the callback graph so that labels do not collide.

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

Successfully merging a pull request may close this issue.

2 participants