Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bold BI Custom Widget Samples
# Bold BI Custom Widget Samples

Welcome to the Bold BI Custom Widgets Repository!

Expand All @@ -15,7 +15,7 @@ To use the sample custom widgets, clone this GitHub repository using Git.
cd custom-widgets
```

* Install required packages by below command.
* Install required packages by below command.

```csharp
npm install
Expand All @@ -40,12 +40,13 @@ npm run pack -- --widgetname=sunburst
```

## Building the custom widget
1. [Building a custom widget with Static Data](assets/DefaultData.md)
2. [Defining the Data Binding](assets/DataBinding.md)
3. [Defining the Properties](assets/PropertyPanel.md)
4. [Filter Interaction](assets/FilterInteraction.md)
5. [Defining Filters Section](assets/FiltersSection.md)
6. [Formatting Number Values](assets/Formatting.md)
7. [Getting Color Codes](assets/ColumnColor.md)
8. [Theming Support](assets/ThemeSupport.md)
9. [Virtual Data fetching support](assets/VirtualDataFetching.md)

1. [Building a custom widget with Static Data](assets/DefaultData.md)
2. [Defining the Data Binding](assets/DataBinding.md)
3. [Defining the Properties](assets/PropertyPanel.md)
4. [Filter Interaction](assets/FilterInteraction.md)
5. [Defining Filters Section](assets/FiltersSection.md)
6. [Formatting Number Values](assets/Formatting.md)
7. [Getting Color Codes](assets/ColumnColor.md)
8. [Theming Support](assets/ThemeSupport.md)
9. [Virtual Data fetching support](assets/VirtualDataFetching.md)