fixes error with saving hidden metrics#10220
Merged
ppisljar merged 2 commits intoelastic:masterfrom Feb 16, 2017
Merged
Conversation
Contributor
thomasneirynck
left a comment
There was a problem hiding this comment.
CI is failing. Probably related to dashboard which is failing now on master.
dbaba32 to
ab09933
Compare
Contributor
Contributor
Author
|
great catch @markharwood ! |
ab09933 to
a8cd01e
Compare
Contributor
Author
|
@markharwood @thomasneirynck i updated this, please take another look. |
Contributor
|
Works OK here for me now. |
Contributor
thomasneirynck
left a comment
There was a problem hiding this comment.
This works. The hidden metrics are hidden after reopening a visualization with hidden metrics.
There seems to be a small issue, happening right after saving the Viz. The column with the hidden metrics remains visible, but the values are blanked out. This seems particular to Data Table though.
- Make a Data Table vizualization. Select 3 metrics
- save this
- hide a metric
- save the visualization again. The column with the hidden metric remains visible, but contains no data.
elastic-jasper
added a commit
that referenced
this pull request
Feb 16, 2017
Backports PR #10220 **Commit 1:** fixing pie chart tooltip custom label bug * Original sha: a8cd01e * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-07T12:18:45Z **Commit 2:** fixing the bug thomas found * Original sha: eef0757 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-13T19:43:27Z
ppisljar
pushed a commit
that referenced
this pull request
Feb 16, 2017
Backports PR #10220 **Commit 1:** fixing pie chart tooltip custom label bug * Original sha: a8cd01e * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-07T12:18:45Z **Commit 2:** fixing the bug thomas found * Original sha: eef0757 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-13T19:43:27Z
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.





fixes #9156
when opening a saved visualization with hidden metrics they would show up as if they were not hidden.