From 7b1a4b2e7acff1222f1a13877ba2b258dac2e503 Mon Sep 17 00:00:00 2001 From: Nigin Raj E C Date: Tue, 2 Jul 2024 15:48:27 +0530 Subject: [PATCH] Corrected the Lint errors in the readme file --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f715a15..24917bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Bold BI Custom Widget Samples +# Bold BI Custom Widget Samples Welcome to the Bold BI Custom Widgets Repository! @@ -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 @@ -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) \ No newline at end of file + +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)