-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Canvas] Expression image #104318
[Canvas] Expression image #104318
Conversation
@elasticmachine merge upstream |
669c264
to
64f00ea
Compare
Pinging @elastic/kibana-presentation (Team:Presentation) |
@tylersmalley, thanks for your review and approval ) |
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.
Looks great
@elasticmachine merge upstream |
💔 Backport failed
To backport manually run: |
* Added `expression_image` plugin. Co-authored-by: Kibana Machine <[email protected]> # Conflicts: # x-pack/plugins/translations/translations/ja-JP.json # x-pack/plugins/translations/translations/zh-CN.json
* Added `expression_image` plugin. Co-authored-by: Kibana Machine <[email protected]>
* Added `expression_image` plugin. Co-authored-by: Kibana Machine <[email protected]> # Conflicts: # x-pack/plugins/translations/translations/ja-JP.json # x-pack/plugins/translations/translations/zh-CN.json
* Added `expression_image` plugin. Co-authored-by: Kibana Machine <[email protected]>
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Page load bundle
Unknown metric groupsAPI count
API count missing comments
Non-exported public API item count
History
To update your PR or re-run it, just comment with: cc @Kunzetsov |
Completes a part of #101377.
At this PR image expression is extracted from the canvas plugin and set up as a separate plugin.
List of required changes to be done:
image
expression from canvas to a separate plugin.ts
andReact
.Storybook
for the image expression renderer.canvas
pluginTesting Notes
This moves the image expression function to a standalone plugin and refactors the code. To test, just test that the image expression in canvas continues to work as expected.