Public Embed

 > Embed > Public Embed

You can embed all your public Dashboards into your site/portal using the HTML <iframe> Tag.

Note
To public embed a Dashboard you need to set the Dashboard to Public.
When setting you will obtain the dashboard public URL that can be used in the src of an iframe.

Just add the following code snippet into the HTML of your site/portal:

<iframe 
    src="https://app.viurdata.com/#/public/(dashboardID)"
    width="1275"
    height="400">
</iframe>

You need to change (dashboardID) to the ID of the Dashboard you want to embed.

 

Note
Use the attributes width and height to set the iframe to a size of your liking.

 

Tip: You can control the initial values of the variables of the dashboard by GET parameters in the URL like so:
src="https://app.viurdata.com/#/public/e655838e-50ad-4445-bb04-94c6aad2fa98?CountrySales=Portugal"

Example:

Still need help? Get in touch!
Last updated on 9th Dec 2023