Rill Embedding Examples
In each of the following pages, you can navigate the correspondingsrc/app/[page]
in the GitHub repository for the equivalent iframe request. In some cases, you will need to pass extra parameters to Rill in order to support a specific feature such as Navigation and Row Access Policies.
The actual iframe request issued on the server can be found at this location
Views
- Embed Explore dashboard: An embed dashboard that defaults to the Explore page view. Navigation to other types of views is allowed.
- Canvas dashboard: An embedded Canvas dashboard!
Navigation
- Embed with navigation: Navigation to other dashboards outside of the requested dashboard is enabled. See the top of the embed iframe.
- Pivot disabled dashboard: Adding a few lines to your dashboard allows you to disable the pivot view from your viewers. Please refer to the Explore dashboard yaml file.
Row Access Policies
- Row access policy enabled dashboard: Basic row access policy dashboard using a dimension mapping file. Please refer to our embedding documentation.
- Passing custom attributes via the embed URL creation: Pass the
attributes
parameter in an iframe request to utilize custom variables in your row access policies. Please refer to our embedding documentation.
For information on these features, reach out to us at support@rilldata.com.