Hello Bubblers,
i am trying to create a dynamic SVG graphic (in an html element) with data from my bubble app. So i need a lot of dynamic data (40 dynamic data points). is there any possibility to copy paste the code and then easily convert the code to dynamic data?
would appreaciate to learn some tricks or best practices
I’ve not seen anybody else build this, but I have an In-line SVG element plugin (unpublished/ not available in the marketplace) where you dump the text for the SVG into a text field and it makes the element.
Because of how SVGs work, you can’t just create an arbitrary inline SVG with an HTML element. It requires some scripting.
It’s actually kind of dumb that such an element isn’t part of the native Bubble toolset.