-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
dash-svm-2022 #minor #705
base: main
Are you sure you want to change the base?
dash-svm-2022 #minor #705
Conversation
my app #minor
Hi, I would also like to know is there any way to prevent the users from drawing lines in the canvas. |
add client side callback
Added some memos
@IcToxi this looks great! Thanks so much for your contribution, in fact rather than a new app I'd suggest we use your app to replace One thing to note though, we've more or less stopped recommending
That said I'm not sure that the techniques described in https://dash.plotly.com/annotations are exactly what you'd want for this purpose... the super-cool point drawing feature you added would really be best handled not by drawing shapes, but by generic click events that cause a data point to be added to a trace. That in turn would be best done with "click anywhere" which is a feature we've been trying for some time to add to plotly.js but the PR to add it has stalled and needs some more work. So maybe best to leave To your question about cc @danton267 who's starting a project to update many of the apps in this repo - keep an eye on this PR, and leave |
Hi @alexcjohnson , So, in fact, that annotation component can not only be used for photos, but actually any chart is within the possible range. Really looking forward to that click anywhere feature. I'm so excited to hear about these. Thank you very much for taking the time to comment. |
Hi there,
I made an app and I think you may consider merging it into the project.
Thx
I don't quite understand what this means.
This is a 2022 replica of dash-svm. I used dash's recent new components and new features, and I've added new page elements.
And I also want to add grids and axes to the canvas, as well as a one-click clear button. But dash-canvas is a totally new component and I can't find where to start. I'm trying to write some client side callbacks to implement these, but not much progress. It would be nice if someone could help enhance this app. Then I can also learn something new from it.
App pull request
About
Workflow
elements necessary for successful deployment are in place.
existing gallery app, I've summarized the changes requested in the
appropriate Streambed issue and confirm that they have been applied.
the GitHub repository for the source code in the portal description.
DashR gallery, the app in this PR mimics, as closely as possible,
the style and functionality of the existing app.=
assets/
folder.The pre-review review
I have addressed all of the following questions:
any dead and/or irrelevant code.)
readable and, where it isn't, it has been commented appropriately.)]
lessen the volume of code that needs to be maintained.)
Post PR (at merge time)
#patch
- An app has been updated or fixed#minor
- A new app has been added, or an app has been significantly reworked#major
- Breaking changes, make sure to discuss with dash-core before using this tag