[VisBuilder] When creating wizard from visualization page, provide additional options to add to new/existing dashboard, or add to library
See original GitHub issueIs your feature request related to a problem? Please describe. When user creates a wizard:
- User can go to the dashboard page, choose a dashboard and create wizard there by clicking
Edit
andCreate new
https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2384 - User can go to the visualization page, and create wizard; however, if user wants to add the wizard to a specific dashboard, they would need to go to the dashboard page and choose the dashboard and click
Add
Describe the solution you’d like When user takes the second route to create wizard from the visualization page, we can provide an option for user to add the wizard directly to the dashboard. Here is the UI mockup: @btzeng
- User can add the wizard to an existing dashboard
- User can add the wizard to a new dashboard
- User can add the wizard to the library(save as a saved object, not related to any dashboard)
Requirements
- Implementation
- Tests
- unit
- functional tests
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:10 (9 by maintainers)
Top Results From Across the Web
[Vis Builder] Vis Builder meta issue #1157 - GitHub
... When creating wizard from visualization page, provide additional options to add to new/existing dashboard, or add to library #2534.
Read more >VisBuilder - OpenSearch documentation
Follow these steps to create a new visualization using VisBuilder in your environment: Open Dashboards: ... Confirm that the Enable experimental visualizations ......
Read more >Build your first custom visualization | New Relic Developers
Query data from any source and display it on your New Relic dashboard with custom visualizations. In this guide, you learn how to:....
Read more >Introducing: Blank Page Wizard - Visual Composer
First is a set of workflow enhancements for building page layouts and adding content in one place. Meanwhile, another small yet impactful ...
Read more >Developing a custom visualization for the Looker Marketplace
This page describes how to create a custom visualization type that can be added to the Looker Marketplace and accessed by other Looker...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If I recall correctly,
notebooks
can also embed visualizations, so another requirement may be to add to other type of saved objects. If in the future we have multiple dashboard types, we should be able to add a visualization to any type of container object.This is definitely a pain for users, especially newer users. But i’m aligned with @kgcreative here. The complexity here is not trivial and needs more research.