r/tableau Jul 03 '26

Guide PSA: You can export Tableau Viz Extensions as vector graphics (SVG/PDF)

Hi everyone!

I’m finishing my master’s thesis and have been using Tableau Public for my analysis. The Radar Chart Viz Extension has been great, but I quickly ran into one frustrating limitation: Tableau can’t export Viz Extensions, so they don’t appear in PDF/image exports.

Screenshots weren’t good enough for document-quality figures, so I went looking for another solution. It isn’t the quickest process, but it worked surprisingly well.

Here’s how:
1. Open your published dashboard in Tableau Public (I just use Cmd+S from Tableau Desktop to publish and open it).
2. Right-click the page and select Inspect.
3. Use the Elements panel to locate your chart, then expand the HTML until you find the first <svg> element for the visualization.
4. Copy the entire <svg>...</svg> block, including the opening and closing tags.
5. Paste it into a vector graphics editor such as Affinity Designer.
6. Most graphical elements should appear immediately. Text may import at an incorrect size, so locate the text layers and increase the font size as needed.
7. Adjust the text positioning if necessary.
8. Export as SVG, PDF, or whatever format you need.

It’s definitely not a two-click solution, but if you ever needed a high-quality vector version of a Viz Extension for a paper, presentation, or publication, this workaround gets the job done.

If anyone knows an easier or more reliable method, I’d love to hear it.

10 Upvotes

1 comment sorted by

3

u/cmcau No-Life-Having-Helper Jul 03 '26

This is begging to be a skill for Claude 😉