Category / Section
How to apply custom theme to a dashboard embedded in an application?
Published:
To apply a custom theme to a dashboard embedded in an application, set the name of the custom dashboard file that you saved on the Bold BI server, to the dashboardSettings -> themeSettings -> dashboard property of the corresponding dashboard object being created in your application. Refer to the following code snippet.
dashboardSettings :
{
themeSettings : {
dashboard : "greenMist",// Need to mention the name under which you have saved the dashboard theme file in the Bold BI server.
}
}