Forum Discussion
robmarsh
1 year agoHelper I
SVG Animation Syncing
I have been playing around with using SVG animations to create custom visuals and then adding them to a table. I have had a lot of success doing this, and have managed to create an SVG that basically...
robmarsh
1 year agoHelper I
Hi lbendlin , thanks for your suggestion. I did look into that, but then realised that, even if you could, it would have the same issue, as NOW() would be loaded row by row (and then stop with the first 501 records, as you say). That is why I was hoping to trick them into being anchored to one sacrificial svg, which I could then use begin="syncicon.end" in the <animate> html to sync them all to. But it didn't work unfortunately. If you inspect the svg graphics, they arent embedded as typical SVG html, it is like Power BI renders them as an image and then links to that image instead.
lbendlin
1 year agoSuper User
If I were you I would leave it at that. You are already bending the rules of physics quite a bit.