Category / Section
How to Upload Custom Widgets Under a Specific Category in Bold BI
Published:
Overview
By default, custom widgets uploaded to Bold BI are categorized under Miscellaneous
. However, it is entirely possible to assign a custom widget to any existing or new category by modifying the Category property in the widget configuration file.
This guide walks you through the steps to organize your custom widgets under the category of your choice.
Step-by-Step Instructions
- Download the Custom Widget: Access your Bold BI environment and download the custom widget you wish to modify.
- Convert the File Format: Rename the widget file extension from
.bicw
to.zip
to enable extraction. - Extract the Widget Files: Use any archive tool (e.g., 7-Zip) to extract the contents of the ZIP file.
- Modify the Category in Configuration:
- Open the
widgetconfig.json
file located inside the extracted folder using a text editor. - Locate the
category
property. It is typically set toMiscellaneous
- Change the value to your desired category name. This can be an existing category or a new one you wish to create.
- Open the
- Save and Repackage:
- Save the changes to
widgetconfig.json
. - Repackage the widget files back into a
.bicw
file using the Bold BI packaging utility.
- Save the changes to
- Upload the Updated Widget:
- Go to the Widgets interface in Bold BI site settings.
- Upload the newly packaged
.bicw
file as instructed in the help documentation.
- Confirm the Changes:
- Save your changes in the application.
- Open the Dashboard Designer and verify that the widget now appears under the specified category.
Additionally, we have prepared a sample video to demonstrate showcasing the entire process. By following these steps, you can effectively organize your custom widgets in Bold BI, making them easier to locate and manage within your dashboards.
Additional Reference