-
-
Notifications
You must be signed in to change notification settings - Fork 73
Using plotly-resampler with dashapp? #56
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
Comments
Hi @k-a-mendoza, I suggest you first look thoroughly at our dash-app examples and read the docs about dash-app integration to increase your understanding of plotly-resampler! As you provided an interesting use-case; i.e. detailed & course grained graph, I will make an example within the Keep you posted! |
In my honest opinion, you should be able to create such an example from reading the docs and having an proper understanding of plotly. If something was not clear in the docs. Please let me know, so I can try to improve this! 😃 |
@jonasvdd Nah its probably my bad. I needed to get familiar and use plotly for a non-typical use-case within like a week for science collection purposes. I'm coming from a primarily oop matplotlib and xarray/numpy datastructures background so there's a lot thats new to me. |
@k-a-mendoza, no problem at all. I love doing stuff for the community and enabling others! Certainly on my birthday (today) 🎉 Please, let me know if something still is unclear! 😃 Best regards, |
@jonasvdd Well happy Birthday! I'll be sure to link to this repo once I get this dashboard up and running. (Hm, I should also star this repo too!) |
@jonasvdd one question, Why the |
@jonasvdd There also appears to be a bug with the example. the |
Hi @k-a-mendoza, I just copied the dash-app example and made it suitable for your use case. So a lot of code still is irrelevant. I will further clean up this example somewhere later this week. I suppose that the Hope this helps |
@k-a-mendoza, Your requested dash-app example now is available on the main branch of this repository, so I will close this issue for now! 😄 |
I'm having some issues when rendering this figure with dashapp.
Firstly, I make a dashapp with the following controls:
I'm using an uptime graph to select specific trace segments I want to look at. then, I update 'timeseries-graph' with a callback upon selection within the uptime graph:
It kinda works, then begins to spit the same error every four seconds, preventing any further interaction with the webapp
I suppose its possible i'm not using it correctly, but if I am, there appears to be an error with resampling hooking back into the graph.
The text was updated successfully, but these errors were encountered: