-
Notifications
You must be signed in to change notification settings - Fork 8.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
Add descriptions to visualizations #20936
Labels
Feature:Visualizations
Generic visualization features (in case no more specific feature label is available)
release_note:enhancement
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Comments
alexfrancoeur
added
release_note:enhancement
Feature:Visualizations
Generic visualization features (in case no more specific feature label is available)
:Sharing
labels
Jul 18, 2018
timroes
added
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
and removed
:Sharing
labels
Sep 13, 2018
👍 This would be extremely helpful when I have many similar visualizations for the same type of data, and all of them are different from the others by just one or two filters or query conditions. |
lizozom
pushed a commit
to lizozom/kibana
that referenced
this issue
Sep 12, 2019
… (elastic#44702) * Adds descriptions to visualizations * Adds descriptions to visualizations * Tests on the saved object (visualization) modal
lizozom
pushed a commit
that referenced
this issue
Sep 12, 2019
closed by #44702 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature:Visualizations
Generic visualization features (in case no more specific feature label is available)
release_note:enhancement
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
To better improve the experience of larger organizations with 1,000's of visualizations as well as the default module experience, I'd like to allow the visualization creators to add some additional meta data that helps explain the visualization. We can do this with dashboards today, but it would be great if we could enable the same feature for visualizations.
Luckily, the
description
field actually already exists as part of the JSON object.In order to support this feature we'd need to provide a similar UI experience that dashboards do today.
Entering a description in the description field would simply update the JSON field and then visualize in the list page.
Given that the visualization list has an extra column, we may have to explore ways of truncating the description and providing a tooltip for the full description.
As a nice to have (and previously requested feature) it would also be great to utilize this description from the dashboard view mode through a tool tip. This would significantly help the experience of a new user jumping into a dashboard for the first time.
⬆️ Quick PM mock, no judging
cc: @timroes @AlonaNadler @ruflin @acchen97 @stacey-gammon
The text was updated successfully, but these errors were encountered: