Embedding with the Web Component

When you embed an Explo dashboard with the web component, you may specify the environment in the following way:

<explo-dashboard
  dash-customer-token="dashboard_id:customer_token"
  environment="production"
>
</explo-dashboard>

Specify the environment tag with the environment property.

Embedding with the iFrame

When you embed with an iFrame, you can specify the environment tag as the final parameter in the URL as such:

https://explo.co/iframe/:dashboardid/:customer_token/production

Not specifying an environment

If you don’t specify an environment tag, then we will use the most recently saved version for the dashboard.