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

[Discuss] [Vis Builder] Visualizations should be able to interact with VisBuilder #2868

Closed
ashwin-pc opened this issue Nov 12, 2022 · 0 comments · Fixed by #3732
Closed

[Discuss] [Vis Builder] Visualizations should be able to interact with VisBuilder #2868

ashwin-pc opened this issue Nov 12, 2022 · 0 comments · Fixed by #3732

Comments

@ashwin-pc
Copy link
Member

Currently a visualization can only render information from the input given to it and all interactivity with the visualization is limited to the visualization itself. The goal of this feature is to allow VisBuilder to allow visualizations to communicate back with VisBuilder about interactions happening in the visualization to perform actions.

Currently we use expressions that allow this form of communication via action handlers. We can use this mechanism to define certain action types (like API's) that a registered VisType can use to trigger actions in VisBuilder or app that it is embedded in.

Exit criteria:

  • Visualization should have a defined set of actions that it can emit
  • Actions should be well defined and cover most of the usecases already supported if not more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant