Dashboard Builder
The dashboard builder makes it easy to create custom dashboards and display data stored in akenza. Using an intuitive drag-and-drop interface, you can quickly design and customize your dashboard to fit your specific needs. Several visual components can be used:
KPI
Text
Line & Bar Chart
Table
Map
Floorplan
How to embed a dashboard into your app?
Create a Dashboard
Make it public
Open the Dashboard - click edit - and turn on “Allow public link”
or, on the overview page - Dashboard - “Make public”
Copy the public link
Embed it to an iframe
<iframe src="COPIED LINK"></iframe>
Make sure that iframe has width and height set
Adjust the CSP (Content Security Policy) of your site to allow loading iframes from
https://public.dashboards.akenza.io/
index.html
Last updated