[5.x] Ability to select legend position for tile map visualizations#9043
Merged
[5.x] Ability to select legend position for tile map visualizations#9043
Conversation
Backports PR #8176 **Commit 1:** updating legendPosition to read values from config * Original sha: 6aa3476 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-07T08:31:14Z **Commit 2:** adding legendPosition setting to tile map * Original sha: f10fb0e * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-07T08:31:45Z **Commit 3:** legendPosition for tile map * Original sha: 83a5135 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-07T08:32:06Z **Commit 4:** adding title to tile map legend * Original sha: 9e08139 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-07T09:05:50Z **Commit 5:** fixing top left position * Original sha: 76f66a8 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-08T10:56:56Z **Commit 6:** adding text/value to legendPosition options * Original sha: c8ede10 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-09T11:52:46Z
airow
pushed a commit
to airow/kibana
that referenced
this pull request
Feb 16, 2017
…c#9043) Backports PR elastic#8176 **Commit 1:** updating legendPosition to read values from config * Original sha: 6aa3476 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-07T08:31:14Z **Commit 2:** adding legendPosition setting to tile map * Original sha: f10fb0e * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-07T08:31:45Z **Commit 3:** legendPosition for tile map * Original sha: 83a5135 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-07T08:32:06Z **Commit 4:** adding title to tile map legend * Original sha: 9e08139 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-07T09:05:50Z **Commit 5:** fixing top left position * Original sha: 76f66a8 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-08T10:56:56Z **Commit 6:** adding text/value to legendPosition options * Original sha: c8ede10 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-09T11:52:46Z Former-commit-id: 19723a6
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.
Ability to select legend position for tile map visualizations
Backports PR #8176
Commit 1:
updating legendPosition to read values from config
Commit 2:
adding legendPosition setting to tile map
Commit 3:
legendPosition for tile map
Commit 4:
adding title to tile map legend
Commit 5:
fixing top left position
Commit 6:
adding text/value to legendPosition options