Articles in this section
Category / Section

How to Disable Box Shadow of embedded widgets?

Published:

If you notice a shadow behind your embedded widget and would like to remove it, you can easily do so by using the API widgetContainerSettings. This article will guide you through the process of disabling the box shadow for your embedded widget.

Disabling Box Shadow

To disable the box shadow of widget in embedding, you need to add the API widgetContainerSettings in the BoldBI.create() method. Set the boxShadow property to “null” as shown below:

var dashboard = BoldBI.create({
     widgetContainerSettings: {
          boxShadow: null,
     }
});
dashboard.loadDashboard();

By setting the boxShadow property to “null”, you will effectively remove the shadow from behind your embedded widget.

API Reference

For more information on the widgetContainerSettings API member and its properties, please refer to the following API documentation:

Additional References

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
SM
Written by Soundarya Mani Meharan
Updated
Comments (0)
Please  to leave a comment
Access denied
Access denied