[ML] Decouple data_visualizer from MapEmbeddable#181928
[ML] Decouple data_visualizer from MapEmbeddable#181928nreese merged 13 commits intoelastic:mainfrom
Conversation
|
/ci |
|
/ci |
|
/ci |
|
/ci |
|
Pinging @elastic/ml-ui (:ml) |
|
Pinging @elastic/kibana-presentation (Team:Presentation) |
|
@elasticmachine merge upstream |
|
Tested and LGTM 🎉 |
nickpeihl
left a comment
There was a problem hiding this comment.
lgtm! nice cleanup!
code review and tested Map embeddable in Discover Field Statistics.
| const getLazyComponent = () => { | ||
| return lazy(() => import('./tile_map_visualization')); | ||
| }; | ||
| const Component = dynamic(async () => { |
There was a problem hiding this comment.
Oh neat. So using dynamic avoids needing to specify // eslint-disable-next-line import/no-default-export?
There was a problem hiding this comment.
not quite. returning { default } prevents needing a component to export as default
|
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
async chunk count
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
* master: (1654 commits) Bump ejs from 3.1.9 to 3.1.10 Don't render exceptions flyout if data is loading (elastic#181588) Enable value list modal (elastic#181593) skip flaky suite (elastic#181777) skip failing test suite (elastic#182263) [Mappings Editor] Disable _source field in serverless (elastic#181712) [data.search] Fix unhandled promise rejections (elastic#181785) [Fleet] Fix logic for detecting first time Elastic Agent users (elastic#182214) [ML] Decouple data_visualizer from MapEmbeddable (elastic#181928) [ES|QL] Sorting accepts expressions (elastic#181916) [ML] Single Metric Viewer: ensures chart displays correctly when opening from a job annotation (elastic#182176) Adding optional Description field to Roles APIs (elastic#182039) Upgrade Markdown-it to 14.1.0 (elastic#182244) Bump xml-crypto from 5.0.0 to 6.0.0 [DOCS] Fix docs and screenshots for rule creation changes (elastic#181925) Update dependency elastic-apm-node to ^4.5.3 (main) (elastic#182236) [Obs AI Assistant] register alert details context in observability plugin (elastic#181501) Add `@typescript-eslint/no-floating-promises` (elastic#181456) [Playground] Propagate Error message into FE (elastic#182201) [ES|QL] Rename the setting to a more generic one and move to the general section (elastic#182074) ...
Part of #182020
test instructions
geo.destrow. Verify choropleth map is displayed.geo.coordinatesrow. Verify vector map is displayed.