Welcome to the Bold BI Custom Widgets Repository!
This repository serves as a hub for custom widgets designed to enhance your experience with Bold BI applications. Whether you're looking to create new widgets or modify existing samples, this space is dedicated to fostering collaboration and innovation.
To use the sample custom widgets, clone this GitHub repository using Git.
git clone https://github.com/boldbi/custom-widgets
cd custom-widgets- Install required packages by below command.
npm install- To create a new custom widget.
npm run create -- --widgetname=testwidget- To pack all custom widgets in a common location.
npm run packall- To pack specific custom widget.
npm run pack -- --widgetname=sunburst