Hey guys,
I have a bit of an unusual issue with my toddle project. I've created a graph where I'll have 7 dots where the positioning is set to style variables that will come from my db, this functionality is working as intended, but I would like to create a curve that runs through these 7 dots.
So far I've tried to make a custom action where I import my 7 point variables and create a SVG bezier curve that should run through thoose 7 points and then set that as innerHTML of the div, but for some reason it seems like it can't find the div?
I've tried doing it both inside and outside of a component.
Does anyone have an idea where I may be going wrong, or another (easier) solution to this?