-
Notifications
You must be signed in to change notification settings - Fork 967
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
Plugin that displays base64 as image #5805
Comments
@replacementAI I don't know of a plugin that does that specifically but you would get a lot more eyes on this issue if you post about it on https://forum.opensearch.org. |
@replacementAI I am not sure if this will help you or not but if you will be having only one type of image encoded in base64, you can use them without a plugin. I will add an example in a few minutes. |
The I created an index pattern for
My images are SVGs and the "URL Template" matches the data-URIs for SVG images. I then created a Data Table visualization and the images showed fine. However, Area and Bar visualizations were adamant to use the text and I don't think they are hooked to interpret the format correctly. |
I'm trying to code a plugin that is a custom visualization type, that will convert any matching base64 fields into images, but I am having trouble finding similar examples and documentation on how to code such a thing. Has anyone ever done this before, or can anyone offer some pointers? Thanks
The text was updated successfully, but these errors were encountered: