Skip to content

boldbi/custom-widgets

Repository files navigation

Bold BI Custom Widget Samples

Welcome to the Bold BI Custom Widgets Repository!

Overview

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.

Getting the custom widget samples

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

Building the custom widget

  1. Building a custom widget with Static Data
  2. Defining the Data Binding
  3. Defining the Properties
  4. Filter Interaction
  5. Defining Filters Section
  6. Formatting Number Values
  7. Getting Color Codes
  8. Theming Support
  9. Virtual Data fetching support

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors