Embedding a dashboard
Follow these steps to embed a dashboard:
Open a saved dashboard.
Copy the URL.
For a dashboard that uses the standard dashboard experience, change
/dashboards-next/
to/embed/dashboards-next/
in the URL. For a legacy dashboard, change/dashboards/
to/embed/dashboards/
in the URL. For example, this:https://instance_name.centricity.com/dashboards-next/1
changes to:
https://instance_name.centricity.com/embed/dashboards-next/1
Place your new URL into an iframe. For example:
<iframe src="https://instance_name.centricity.com/embed/dashboards-next/1" width="1000" height="2000" frameborder="0"> </iframe>
Embed the iframe as desired.
More questions about Centricity? Check out our website or talk to our Support Team.