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

Support loading and event-handing for arbitrary javascript libs #297

Closed
lo5 opened this issue Nov 12, 2020 · 5 comments
Closed

Support loading and event-handing for arbitrary javascript libs #297

lo5 opened this issue Nov 12, 2020 · 5 comments
Assignees
Labels
feature Feature request ui Related to UI
Milestone

Comments

@lo5
Copy link
Member

lo5 commented Nov 12, 2020

No description provided.

@lo5 lo5 added ui Related to UI feature Feature request labels Nov 12, 2020
@lo5 lo5 added this to the 0.11 milestone Nov 12, 2020
@lo5 lo5 self-assigned this Nov 12, 2020
@lo5 lo5 removed this from the 0.11 milestone Dec 17, 2020
@lo5 lo5 added this to the 0.12 milestone Jan 19, 2021
@lo5 lo5 modified the milestones: 0.12, 0.13 Feb 4, 2021
@lo5 lo5 removed this from the 0.13 milestone Mar 4, 2021
@lo5 lo5 mentioned this issue Mar 27, 2021
30 tasks
@datajms
Copy link
Contributor

datajms commented Apr 20, 2021

Specifically, being able to use interactive tooltips in plots (lasso-select, mainly) and get the selected points in wave app environment would be a great plus!

For example:
lasso-select

  • with Bokeh
  • with plotly/dash
  • but open to any plotting framework which would do the job.

@goldentom42
Copy link

The app @datajms refers to displays clusters to users and allow them to select/identify regions.
With the points selected on the graph, the app tries to derive rules for that region.

@mmalohlava
Copy link
Member

Similar problems:

  • visual annotation library (something like: https://gitlab.com/vgg/via) - how can user process selected annotation in wave app
  • capture image in browser (camera/screnshot) - how can user process the image at backend

lo5 added a commit that referenced this issue May 14, 2021
lo5 added a commit that referenced this issue May 14, 2021
lo5 added a commit that referenced this issue May 15, 2021
lo5 added a commit that referenced this issue May 16, 2021
lo5 added a commit that referenced this issue May 17, 2021
lo5 added a commit that referenced this issue May 17, 2021
lo5 added a commit that referenced this issue May 17, 2021
@lo5
Copy link
Member Author

lo5 commented May 18, 2021

You can now load and raise events from arbitrary Javascript.

This Bokeh example, without modification:

2021-05-17_18-49

Example source: eb2ea68

Will be released in v0.16.

@lo5
Copy link
Member Author

lo5 commented May 27, 2021

Documented here: https://wave.h2o.ai/docs/javascript

@lo5 lo5 closed this as completed May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request ui Related to UI
Projects
None yet
Development

No branches or pull requests

4 participants