You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: We identified that adding description at embeddableConfig.attributes.description rather than adding at embeddableConfig.description will show tooltip in 8.3.0.
@rajvi-elastic , In the comment, it was mentioned the option to add description is not available in version until 8.6. In the PR, i do not see a kibana version change. Can you re-check on this point and clarify?
@rajvi-elastic , In the comment, it was mentioned the option to add description is not available in version until 8.6. In the PR, i do not see a kibana version change. Can you re-check on this point and clarify?
@agithomas, Do we really want to upgrade Kibana version for this change? Because this change will not cause any issue in older Kibana Version (For eg., 8.3.0 or later versions). Just the tooltip won't appear in the panel. All the other functionalities will work fine.
@agithomas, Do we really want to upgrade Kibana version for this change? Because this change will not cause any issue in older Kibana Version (For eg., 8.3.0 or later versions). Just the tooltip won't appear in the panel. All the other functionalities will work fine.
I now see that there is no change in the kibana version and hence I am good.
@SubhrataK , can you please help by discussing with @rajvi-elastic on the missing tool-tip issue , she highlighted and is it an important one and if it is Ok to loose the feature?
@rajvi-elastic As discussed, as long as the panel names are meaningful and self explanatory, we can live without the tool tips . Anyhow, this feature is available in later versions of Kibana, so should not be a blocker.
Also, please update the dashboards, with suggestions provided for changing the Titles of each of the panels, so that tool tips are not required.
@agithomas, While updating labels in 8.3.0, we identified that adding description at embeddableConfig.attributes.description rather than adding at embeddableConfig.description will show tooltip in 8.3.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
8.7.Checklist
changelog.ymlfile.Author's Checklist
8.7.0Related issues
Screenshots
Note: We identified that adding description at
embeddableConfig.attributes.descriptionrather than adding atembeddableConfig.descriptionwill show tooltip in8.3.0.