Articles in this section
Category / Section

How can I Make Bold BI Look like a Natural Extension of My Application

Published:

In Bold BI, customize the dashboard theme based on your application branding theme, which allows you to maintain a consistent visual identity across your organization. Once you have uploaded the custom theme in the Bold UMS, load the dashboard with the customized theme when embedding it.

Once the theme is uploaded, specify the theme in your dashboard settings when creating the Bold BI instances as follows.

function renderDashboard() {
    var dashboard= BoldBI.create({
        dashboardSettings: {
            themeSettings: {
                dashboard: "Material Dark", // Specify the name under which you saved the dashboard theme file in the Bold BI server.
            }
        }
    });
    dashboard.loadDashboard();
}

Run the renderDashboard function to load the dashboard with the specified theme.

image.png

References

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
NT
Written by Naveena Thangaraj
Updated:
Comments (0)
Please  to leave a comment
Access denied
Access denied