Settings Panel reference

To customize your users’ navigation, and improve their experience adding collaborative features to their app

Overview

📖 Find tutorial to get your settings panel ready here. .

Options

Glossary

parameters label type optional description choices
title Title string True Name of your glossary  
term Term string True KPI/term you want to define  
meaning Definition string True Definition of your KPI/term  

Code mode sample

glossary:
  title: 'Glossary'
  terms: [
    term: "Complex name I need to define"
    meaning: "Crystal clear definition"
  ]
]

Other settings options

parameters label type optional description choices
sharingOptions: Sharing options string   set to true to activate the sharing tab in the settings panel  
exportCSVDisabled: Export CSV Disabled string True set to true to disable the CSV sharing option  
defaultSettingsTab: Default settings tab string True set to glossary, data, share, or comment to define your default settings tab  
slidePdfEnabled: slide Pdf Enabled string True set to true to enable the PDF option for slides  
dashboardPdfEnabled: dashboard Pdf Enabled string True set to true to enable the PDF option for dashboards  
captureChartEnabled: capture Chart Enabled string True set to true to enable the capture, annotation, and sending of a chart by email  
embedCharts: Show missing values string True set to true to enable the ‘embed this chart’ option  
comments: Commentary string True set to true to active the commentary  

Code mode sample

settings: true
sharingOptions: true
slidePdfEnabled: true
dashboardPdfEnabled: true
captureChartEnabled: true
embedCharts: true
comments: true