Skip to main content

Embedded Analytics - General Settings

Introduction

The General Settings is the first to appear when you open the Embedded Analytics Sandbox, and it controls some general aspect of the embedded dashboard, including:

  • Enabling users to export raw data or not
  • Show / hide dashboard header panel
  • Show / hide dashboard control panel.

Export Data in Embedded Dashboard

Our embedded analytics now allow option for controlling data export within dashboards.

To restrict user access to data downloads, set enable_export_data to false.

settings = {
enable_export_data: false,
};

Hide your Filter (Control)/Header Panel

To customize your embedded dashboards by hiding the filter (control) or header panel:

settings = {
...
"hide_header_panel": true/false,
"hide_control_panel": true/false,
...
}


Let us know what you think about this document :)