-
Notifications
You must be signed in to change notification settings - Fork 327
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
Display image in a graphics_card #1817
Comments
Can I work on this issue? I am pretty new to open source stuff |
Sure, go ahead @theVJagrawal! |
Are you still working on this issue @theVJagrawal? |
You can go ahead @dohrisali.
Try to make some due diligence yourself first. All the necessary info should be in the issue description. In case you have any further questions, drop them here. |
@mturoci is this issue still open if yes can you please assign this to me? |
All yours @Pratyakshshiv, go ahead. |
Thanks can you please guide me which file i have to make this changes to i tried to find the graphics_card which was mentioned in the description but looks like it's not a file. |
See the contributing guide first. |
Any updates @Pratyakshshiv? |
Hey I have worked on around 7-8 company based project, but never countribute to open source this is my first time can you assign me this task. |
Go ahead @Gingaaa. No assignment necessary :) |
I am a beginner in open source and I really want to contribute to this task, may I? |
No need to ask for permission. Go ahead :) If you are new, I recommend going through Contributing guide first. |
This issue seems to be open, |
Hi, I submitted a PR for this change request. Let me know how it looks and if you would like any changes. Thanks! |
…s.test.tsx changes, added new graphics example, also added graphics to widgets section of docs h2oai#1817
via @DeeJaayArgh
Discussed in #1816
Originally posted by DeeJaayArgh January 30, 2023
I was looking in the docs about displaying an image in a ui.graphics_card and didn't find a good example. I've been able to display a png file in an image_card but I'd like to get it in a ui.graphics_card to use as part of a scene. Is this possible?
Description
Add new
image
(for base64) andpath
for regular image URLs to the existinggraphics_card
. If any of those 2 attributes is specified, render the image as a card background. Graphics drawing should happen "on top of the image".The text was updated successfully, but these errors were encountered: