Hi, I’m currently working on a Holographic slate with a grid where i put my information and i wanted to know if i could put in the grid a chart made in Echart, I’ve tried to work it out but i simply couldnt find a way.
Got here a playground with a simple Echart example and wanted to know if its possible or i need to find another way.
Hello! As HolographicSlate’s content needs to be a Babylon GUI Control HolographicSlate | Babylon.js Documentation (babylonjs.com), so you’ll have to serialize the echarts canvas content into a data URL and use it to create an Image Control: Image | Babylon.js Documentation (babylonjs.com)
Thank you so much! I could do it like that. Here is the playground working for anyone that has the same problem.
1 Like