Documentation Index
Fetch the complete documentation index at: https://docs.explo.co/llms.txt
Use this file to discover all available pages before exploring further.
How to Embed the Report Builder
Please do the following when embedding the report builder, whether you are using the web component or the IFrame.- Wrap the component in a
divwithstyle="display: flex; height: 100%; flex-direction: column;" - On the component, put
style="flex: 1"directly - All parent elements, up to the html or body need to have
height: 100%