I have a group of charts that I’ve buit using javascript, when i run it on my machine, the charts display properly.
When I upload this exact code using bubble’s HTML element, the chart displays on the editor,
it looks like this:
One idea comes to mind, have you tried taking out the Jquery CDN?
I’ve had to do that in the past with some HTML elements. Maybe it won’t make any difference but figured it’s probably wort a shot!
Unfortunately I do need the jquery to manipulate the DOM. But I think I’ll just how the js + html +css
on a nother server, and I’ll use an iframe to bring it to bubble. Will let you know how it goes.