-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Vega] Sample [Flights] Airport Connections (Hover Over Airport) visualization not working #53799
Conversation
Pinging @elastic/kibana-app (Team:KibanaApp) |
…alization not working Closes: elastic#53748
PR was updated: the same fix was applied to |
💚 Build Succeeded
To update your PR or re-run it, just comment with: |
💚 Build SucceededTo update your PR or re-run it, just comment with: |
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM.
💚 Build SucceededTo update your PR or re-run it, just comment with: |
@elasticmachine merge upstream |
💚 Build SucceededTo update your PR or re-run it, just comment with: |
…alization not working (elastic#53799) Closes: elastic#53748 Co-authored-by: Elastic Machine <[email protected]>
…alization not working (#53799) (#53857) Closes: #53748 Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
* master: Bump year in NOTICE.txt Add kibanamachine support to Github PR comments (elastic#53852) Add tests to ensure AAD isn't broken after performing a change on an alert / action (elastic#53333) Skip failing test suite [Vega] Sample [Flights] Airport Connections (Hover Over Airport) visualization not working (elastic#53799) Do not remount applications between page navigations (elastic#53851) [Canvas] Refactor Canvas to no longer use componentWillReceiveProps (elastic#52129) [Canvas] Migrate usage collector to NP plugin (elastic#53303)
* master: Bump year in NOTICE.txt Add kibanamachine support to Github PR comments (elastic#53852) Add tests to ensure AAD isn't broken after performing a change on an alert / action (elastic#53333) Skip failing test suite [Vega] Sample [Flights] Airport Connections (Hover Over Airport) visualization not working (elastic#53799) Do not remount applications between page navigations (elastic#53851) [Canvas] Refactor Canvas to no longer use componentWillReceiveProps (elastic#52129) [Canvas] Migrate usage collector to NP plugin (elastic#53303)
* master: Bump year in NOTICE.txt Add kibanamachine support to Github PR comments (elastic#53852) Add tests to ensure AAD isn't broken after performing a change on an alert / action (elastic#53333) Skip failing test suite [Vega] Sample [Flights] Airport Connections (Hover Over Airport) visualization not working (elastic#53799) Do not remount applications between page navigations (elastic#53851) [Canvas] Refactor Canvas to no longer use componentWillReceiveProps (elastic#52129) [Canvas] Migrate usage collector to NP plugin (elastic#53303)
* master: Fix suggested value for time_zone in range query (elastic#53841) Clean up generic hooks, use react-use instead (elastic#53822) Bump year in NOTICE.txt Add kibanamachine support to Github PR comments (elastic#53852) Add tests to ensure AAD isn't broken after performing a change on an alert / action (elastic#53333) Skip failing test suite [Vega] Sample [Flights] Airport Connections (Hover Over Airport) visualization not working (elastic#53799) Do not remount applications between page navigations (elastic#53851) [Canvas] Refactor Canvas to no longer use componentWillReceiveProps (elastic#52129) [Canvas] Migrate usage collector to NP plugin (elastic#53303)
…alization not working (elastic#53799) Closes: elastic#53748 Co-authored-by: Elastic Machine <[email protected]>
Closes: #53748
Summary
Vega Visualization
does not show the map ifKibana
is running under theoss
license orMap
visualization is disabled.To display the map in Vega visualization, the
emsTileLayerId
configuration property must be entered and accessible. Currently we do it only from one place: seex-pack/legacy/plugins/maps/index.js
. This means that if for some reason theMaps
plugin is not initialized, we cannot use the map view also on theVega
plugin.Screenshot:
Regression after shimming the
Vega
/Maps
pluginChecklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers