-
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
adding markdown vis renderer #75532
adding markdown vis renderer #75532
Conversation
Pinging @elastic/kibana-app-arch (Team:AppArch) |
2fd16f5
to
2fe1c64
Compare
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.
Tested in Firefox, works as expected (viewing visualization in Visualize, in Dashboard and in reporting pdf).
Noticed a typo in the test, if that's fixed this LGTM.
}); | ||
|
||
it('with params', () => { | ||
vis.params = { markdown: '### my markdown', font: 15, openLinksInNewTab: true }; |
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.
Shouldn't it be fontSize
instead of font
? The 15
is not showing up in the snapshot as well.
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, pending 💚 from CI
2020b76
to
7c50894
Compare
7c50894
to
9cb9396
Compare
💚 Build SucceededBuild metrics@kbn/optimizer bundle module count
async chunks size
page load bundle size
History
To update your PR or re-run it, just comment with: |
Summary
adds markdown vis renderer and toExpressionAST function
Checklist
Delete any items that are not applicable to this PR.
For maintainers