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

debug page refresh problem with ocgy dashboard #57

Open
3 tasks
phaustin opened this issue Oct 6, 2021 · 1 comment
Open
3 tasks

debug page refresh problem with ocgy dashboard #57

phaustin opened this issue Oct 6, 2021 · 1 comment
Assignees

Comments

@phaustin
Copy link
Contributor

phaustin commented Oct 6, 2021

Look at this working example to see how they handle page refresh with hover:

https://github.com/phaustin/dash-sample-apps
https://dash.gallery/dash-covid-xray/

https://eoss-image-processing.github.io/2020/12/16/ct-app.html

https://github.com/jamiebyer/ocgy-dataviewer

  • Make a minimal reprodicible example of ocgy-dataviewer non-refersh
  • Make a minimal reproducible examle of dash-covid-xray refresh
  • either rewrite dataviewer to match xray behavior or vice versa
@fhmjones
Copy link
Collaborator

fhmjones commented Oct 6, 2021

I think this is solved by storing data in the browser with a dcc.Store, as per https://dash.plotly.com/sharing-data-between-callbacks. The procedure seems to work - see the https://ocgy-dataviewer.herokuapp.com/ and also used in the demonstration app at https://clickimage.herokuapp.com/ . Repositories are at https://github.com/jamiebyer/ocgy-dataviewer and https://github.com/jamiebyer/ClickImage

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

No branches or pull requests

3 participants