Your guide to embedding Rill Data dashboards seamlessly.
For more information, please see our GitHub repository and our Documentations page.
In this example, we demonstrate how to embed Rill Data dashboards directly into your application. This allows users to access interactive data visualizations without navigating away from your site.
Take a look at the pages/api/iframe.js
This use case showcases how to incorporate navigation within the embedded Rill Data dashboards, enhancing user experience by allowing easy switching between different views and data sets.
Take a look at the pages/api/nav-iframe.js
Explore the capabilities of the Canvas Dashboard, where users can create custom visualizations and dashboards tailored to their specific data analysis needs.
Take a look at the pages/api/canvas-iframe.js
See row policies in Action! In this example 'normal embed use case', we pass an email in the iframe creation request to a dashboard that has row policies enabled.
No measures will be displayed based on the rule defined in Rill!
Take a look at the pages/api/rowpol-iframe.js
How can I pass custom attributes? This might be useful if you're making a custom lookup table for your row policies!
Take a look at the pages/api/iframe-attributes.js