JohnCoene / echarts4r

🐳 ECharts 5 for R
http://echarts4r.john-coene.com/
Other
585 stars 82 forks source link

Can I add an image to the XY plane in a 3D space created with `e_bar_3d()`? #637

Open kkami1115 opened 3 days ago

kkami1115 commented 3 days ago

I see on this page (https://echarts4r.john-coene.com/reference/graphic) that we can add an image to a normal 2D graph using e_image_g(), but is this applicable to a 3D space created with e_bar_3d()?

I want to place an image on a 2D plane and create a bar graph on top of it.

What are your ideas?