diff --git a/samples/charts/category-chart/annotations-all/ReadMe.md b/samples/charts/category-chart/annotations-all/ReadMe.md index 8e1dfa8f0..a1bd08c6b 100644 --- a/samples/charts/category-chart/annotations-all/ReadMe.md +++ b/samples/charts/category-chart/annotations-all/ReadMe.md @@ -38,7 +38,7 @@ code . In terminal window, run: ``` -npm install +npm install --legacy-peer-deps npm run-script start ``` diff --git a/samples/charts/category-chart/annotations-callouts/ReadMe.md b/samples/charts/category-chart/annotations-callouts/ReadMe.md index 99def4b8b..d2a508d9f 100644 --- a/samples/charts/category-chart/annotations-callouts/ReadMe.md +++ b/samples/charts/category-chart/annotations-callouts/ReadMe.md @@ -38,7 +38,7 @@ code . In terminal window, run: ``` -npm install +npm install --legacy-peer-deps npm run-script start ``` diff --git a/samples/charts/category-chart/annotations-crosshairs/ReadMe.md b/samples/charts/category-chart/annotations-crosshairs/ReadMe.md index fc83d5b28..bdbe356ed 100644 --- a/samples/charts/category-chart/annotations-crosshairs/ReadMe.md +++ b/samples/charts/category-chart/annotations-crosshairs/ReadMe.md @@ -38,7 +38,7 @@ code . In terminal window, run: ``` -npm install +npm install --legacy-peer-deps npm run-script start ``` diff --git a/samples/charts/category-chart/annotations-custom/ReadMe.md b/samples/charts/category-chart/annotations-custom/ReadMe.md new file mode 100644 index 000000000..f68e6e838 --- /dev/null +++ b/samples/charts/category-chart/annotations-custom/ReadMe.md @@ -0,0 +1,50 @@ + + + +This folder contains Angular application with example of Annotations Custom feature using [CategoryChart](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html) component. + + + +
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Instructions
+
+To set up this project locally, execute these commands:
+
+```
+git clone https://github.com/IgniteUI/igniteui-angular-examples.git
+cd ./igniteui-angular-examples
+cd ../samples/charts/category-chart/annotations-custom
+```
+
+open above folder in VS Code or type:
+```
+code .
+```
+
+In terminal window, run:
+```
+npm install --legacy-peer-deps
+npm run-script start
+```
+
+Then open http://localhost:4200/ in your browser
+
+
+## Learn More
+
+To learn more about **Ignite UI for Angular** components, check out the [Angular documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html).
diff --git a/samples/charts/category-chart/annotations-final-value/ReadMe.md b/samples/charts/category-chart/annotations-final-value/ReadMe.md
index 8f2c7f353..ca57ee570 100644
--- a/samples/charts/category-chart/annotations-final-value/ReadMe.md
+++ b/samples/charts/category-chart/annotations-final-value/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/annotations-highlighting/ReadMe.md b/samples/charts/category-chart/annotations-highlighting/ReadMe.md
index 268ceaf5e..5bf4de9d4 100644
--- a/samples/charts/category-chart/annotations-highlighting/ReadMe.md
+++ b/samples/charts/category-chart/annotations-highlighting/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/annotations/ReadMe.md b/samples/charts/category-chart/annotations/ReadMe.md
index b94bfaba0..de9b23a7c 100644
--- a/samples/charts/category-chart/annotations/ReadMe.md
+++ b/samples/charts/category-chart/annotations/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/area-chart-multiple-sources/ReadMe.md b/samples/charts/category-chart/area-chart-multiple-sources/ReadMe.md
index 3e777a365..40d436153 100644
--- a/samples/charts/category-chart/area-chart-multiple-sources/ReadMe.md
+++ b/samples/charts/category-chart/area-chart-multiple-sources/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/area-chart-single-source/ReadMe.md b/samples/charts/category-chart/area-chart-single-source/ReadMe.md
index 8ce695d8f..d87a155e5 100644
--- a/samples/charts/category-chart/area-chart-single-source/ReadMe.md
+++ b/samples/charts/category-chart/area-chart-single-source/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/area-chart-styling/ReadMe.md b/samples/charts/category-chart/area-chart-styling/ReadMe.md
index 0a9dde271..4eac521cb 100644
--- a/samples/charts/category-chart/area-chart-styling/ReadMe.md
+++ b/samples/charts/category-chart/area-chart-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/axis-gap/ReadMe.md b/samples/charts/category-chart/axis-gap/ReadMe.md
index d093bdec3..3016380c5 100644
--- a/samples/charts/category-chart/axis-gap/ReadMe.md
+++ b/samples/charts/category-chart/axis-gap/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/axis-gridlines/ReadMe.md b/samples/charts/category-chart/axis-gridlines/ReadMe.md
index a31a13162..575eac08c 100644
--- a/samples/charts/category-chart/axis-gridlines/ReadMe.md
+++ b/samples/charts/category-chart/axis-gridlines/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/axis-inverted/ReadMe.md b/samples/charts/category-chart/axis-inverted/ReadMe.md
index f40ef11b5..348582600 100644
--- a/samples/charts/category-chart/axis-inverted/ReadMe.md
+++ b/samples/charts/category-chart/axis-inverted/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/axis-labels/ReadMe.md b/samples/charts/category-chart/axis-labels/ReadMe.md
index 67be1bd32..688585ac5 100644
--- a/samples/charts/category-chart/axis-labels/ReadMe.md
+++ b/samples/charts/category-chart/axis-labels/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/axis-locations/ReadMe.md b/samples/charts/category-chart/axis-locations/ReadMe.md
index 13a9bd91c..4dcf8b687 100644
--- a/samples/charts/category-chart/axis-locations/ReadMe.md
+++ b/samples/charts/category-chart/axis-locations/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/axis-options/ReadMe.md b/samples/charts/category-chart/axis-options/ReadMe.md
index 07e91f280..90ef9c2df 100644
--- a/samples/charts/category-chart/axis-options/ReadMe.md
+++ b/samples/charts/category-chart/axis-options/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/axis-overlap/ReadMe.md b/samples/charts/category-chart/axis-overlap/ReadMe.md
index 7c76844f2..7640a37a7 100644
--- a/samples/charts/category-chart/axis-overlap/ReadMe.md
+++ b/samples/charts/category-chart/axis-overlap/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/axis-range/ReadMe.md b/samples/charts/category-chart/axis-range/ReadMe.md
index 883ed0bee..d80fd6ff5 100644
--- a/samples/charts/category-chart/axis-range/ReadMe.md
+++ b/samples/charts/category-chart/axis-range/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/axis-tickmarks/ReadMe.md b/samples/charts/category-chart/axis-tickmarks/ReadMe.md
index 333d36d1c..7f818aa78 100644
--- a/samples/charts/category-chart/axis-tickmarks/ReadMe.md
+++ b/samples/charts/category-chart/axis-tickmarks/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/axis-titles/ReadMe.md b/samples/charts/category-chart/axis-titles/ReadMe.md
index 462875fc5..9fb5bedc4 100644
--- a/samples/charts/category-chart/axis-titles/ReadMe.md
+++ b/samples/charts/category-chart/axis-titles/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/column-chart-multiple-sources/ReadMe.md b/samples/charts/category-chart/column-chart-multiple-sources/ReadMe.md
index fd955364b..200b63cca 100644
--- a/samples/charts/category-chart/column-chart-multiple-sources/ReadMe.md
+++ b/samples/charts/category-chart/column-chart-multiple-sources/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/column-chart-single-source/ReadMe.md b/samples/charts/category-chart/column-chart-single-source/ReadMe.md
index 58e971089..6bb93afea 100644
--- a/samples/charts/category-chart/column-chart-single-source/ReadMe.md
+++ b/samples/charts/category-chart/column-chart-single-source/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/column-chart-styling/ReadMe.md b/samples/charts/category-chart/column-chart-styling/ReadMe.md
index b88a2e9a0..3d8408fc0 100644
--- a/samples/charts/category-chart/column-chart-styling/ReadMe.md
+++ b/samples/charts/category-chart/column-chart-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/column-chart-with-highlighting/ReadMe.md b/samples/charts/category-chart/column-chart-with-highlighting/ReadMe.md
index a66dfec22..dd8120e10 100644
--- a/samples/charts/category-chart/column-chart-with-highlighting/ReadMe.md
+++ b/samples/charts/category-chart/column-chart-with-highlighting/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/column-chart-with-tooltips/ReadMe.md b/samples/charts/category-chart/column-chart-with-tooltips/ReadMe.md
index 30a265be4..1bdb2002c 100644
--- a/samples/charts/category-chart/column-chart-with-tooltips/ReadMe.md
+++ b/samples/charts/category-chart/column-chart-with-tooltips/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/custom-selection/ReadMe.md b/samples/charts/category-chart/custom-selection/ReadMe.md
new file mode 100644
index 000000000..0c24d8b88
--- /dev/null
+++ b/samples/charts/category-chart/custom-selection/ReadMe.md
@@ -0,0 +1,50 @@
+
+
+
+This folder contains Angular application with example of Custom Selection feature using [CategoryChart](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html) component.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Instructions
+
+To set up this project locally, execute these commands:
+
+```
+git clone https://github.com/IgniteUI/igniteui-angular-examples.git
+cd ./igniteui-angular-examples
+cd ../samples/charts/category-chart/custom-selection
+```
+
+open above folder in VS Code or type:
+```
+code .
+```
+
+In terminal window, run:
+```
+npm install --legacy-peer-deps
+npm run-script start
+```
+
+Then open http://localhost:4200/ in your browser
+
+
+## Learn More
+
+To learn more about **Ignite UI for Angular** components, check out the [Angular documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html).
diff --git a/samples/charts/category-chart/data-aggregations/ReadMe.md b/samples/charts/category-chart/data-aggregations/ReadMe.md
index afac8c51f..ac3cbab30 100644
--- a/samples/charts/category-chart/data-aggregations/ReadMe.md
+++ b/samples/charts/category-chart/data-aggregations/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/data-legend-formatting-decimals/ReadMe.md b/samples/charts/category-chart/data-legend-formatting-decimals/ReadMe.md
index 0278ead67..5b63b4775 100644
--- a/samples/charts/category-chart/data-legend-formatting-decimals/ReadMe.md
+++ b/samples/charts/category-chart/data-legend-formatting-decimals/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/data-legend/ReadMe.md b/samples/charts/category-chart/data-legend/ReadMe.md
index f35760f45..3f608160e 100644
--- a/samples/charts/category-chart/data-legend/ReadMe.md
+++ b/samples/charts/category-chart/data-legend/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/data-tooltip-formatting-decimals/ReadMe.md b/samples/charts/category-chart/data-tooltip-formatting-decimals/ReadMe.md
index 52b5b5add..fdbc65735 100644
--- a/samples/charts/category-chart/data-tooltip-formatting-decimals/ReadMe.md
+++ b/samples/charts/category-chart/data-tooltip-formatting-decimals/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/data-tooltip-positioning/ReadMe.md b/samples/charts/category-chart/data-tooltip-positioning/ReadMe.md
index e0f1b2ca9..27c5c1ede 100644
--- a/samples/charts/category-chart/data-tooltip-positioning/ReadMe.md
+++ b/samples/charts/category-chart/data-tooltip-positioning/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/data-tooltip/ReadMe.md b/samples/charts/category-chart/data-tooltip/ReadMe.md
index d075aca37..cd5b7572d 100644
--- a/samples/charts/category-chart/data-tooltip/ReadMe.md
+++ b/samples/charts/category-chart/data-tooltip/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/format-specifiers/ReadMe.md b/samples/charts/category-chart/format-specifiers/ReadMe.md
new file mode 100644
index 000000000..2744acb35
--- /dev/null
+++ b/samples/charts/category-chart/format-specifiers/ReadMe.md
@@ -0,0 +1,50 @@
+
+
+
+This folder contains Angular application with example of Format Specifiers feature using [CategoryChart](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html) component.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Instructions
+
+To set up this project locally, execute these commands:
+
+```
+git clone https://github.com/IgniteUI/igniteui-angular-examples.git
+cd ./igniteui-angular-examples
+cd ../samples/charts/category-chart/format-specifiers
+```
+
+open above folder in VS Code or type:
+```
+code .
+```
+
+In terminal window, run:
+```
+npm install --legacy-peer-deps
+npm run-script start
+```
+
+Then open http://localhost:4200/ in your browser
+
+
+## Learn More
+
+To learn more about **Ignite UI for Angular** components, check out the [Angular documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html).
diff --git a/samples/charts/category-chart/high-frequency/ReadMe.md b/samples/charts/category-chart/high-frequency/ReadMe.md
index 0b85ac779..6ac30b630 100644
--- a/samples/charts/category-chart/high-frequency/ReadMe.md
+++ b/samples/charts/category-chart/high-frequency/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/high-volume/ReadMe.md b/samples/charts/category-chart/high-volume/ReadMe.md
index 4a8d14712..59a384fd3 100644
--- a/samples/charts/category-chart/high-volume/ReadMe.md
+++ b/samples/charts/category-chart/high-volume/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/highlighting/ReadMe.md b/samples/charts/category-chart/highlighting/ReadMe.md
index ec4b2eef8..a67b4c29d 100644
--- a/samples/charts/category-chart/highlighting/ReadMe.md
+++ b/samples/charts/category-chart/highlighting/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/line-chart-multiple-sources/ReadMe.md b/samples/charts/category-chart/line-chart-multiple-sources/ReadMe.md
index 6b01fcfe7..80a5483a3 100644
--- a/samples/charts/category-chart/line-chart-multiple-sources/ReadMe.md
+++ b/samples/charts/category-chart/line-chart-multiple-sources/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/line-chart-single-source/ReadMe.md b/samples/charts/category-chart/line-chart-single-source/ReadMe.md
index fc2df7157..7d4cb48f8 100644
--- a/samples/charts/category-chart/line-chart-single-source/ReadMe.md
+++ b/samples/charts/category-chart/line-chart-single-source/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/line-chart-styling/ReadMe.md b/samples/charts/category-chart/line-chart-styling/ReadMe.md
index e7b56109b..2af51a324 100644
--- a/samples/charts/category-chart/line-chart-styling/ReadMe.md
+++ b/samples/charts/category-chart/line-chart-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/line-chart-with-animations/ReadMe.md b/samples/charts/category-chart/line-chart-with-animations/ReadMe.md
index 16343ac78..0774ee1f7 100644
--- a/samples/charts/category-chart/line-chart-with-animations/ReadMe.md
+++ b/samples/charts/category-chart/line-chart-with-animations/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/line-chart-with-annotations/ReadMe.md b/samples/charts/category-chart/line-chart-with-annotations/ReadMe.md
index 4e59eb641..b78d472e9 100644
--- a/samples/charts/category-chart/line-chart-with-annotations/ReadMe.md
+++ b/samples/charts/category-chart/line-chart-with-annotations/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/line-chart-with-legend/ReadMe.md b/samples/charts/category-chart/line-chart-with-legend/ReadMe.md
index 449b58683..611633358 100644
--- a/samples/charts/category-chart/line-chart-with-legend/ReadMe.md
+++ b/samples/charts/category-chart/line-chart-with-legend/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/marker-options/ReadMe.md b/samples/charts/category-chart/marker-options/ReadMe.md
index 8e0e02c14..c1c19c5cb 100644
--- a/samples/charts/category-chart/marker-options/ReadMe.md
+++ b/samples/charts/category-chart/marker-options/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/marker-templates/ReadMe.md b/samples/charts/category-chart/marker-templates/ReadMe.md
index fd8ed1a71..22d0bd884 100644
--- a/samples/charts/category-chart/marker-templates/ReadMe.md
+++ b/samples/charts/category-chart/marker-templates/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/overview/ReadMe.md b/samples/charts/category-chart/overview/ReadMe.md
index 15daf5ce8..32830cdf7 100644
--- a/samples/charts/category-chart/overview/ReadMe.md
+++ b/samples/charts/category-chart/overview/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/point-chart-multiple-sources/ReadMe.md b/samples/charts/category-chart/point-chart-multiple-sources/ReadMe.md
index 28c6ef453..11042d3b6 100644
--- a/samples/charts/category-chart/point-chart-multiple-sources/ReadMe.md
+++ b/samples/charts/category-chart/point-chart-multiple-sources/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/point-chart-single-source/ReadMe.md b/samples/charts/category-chart/point-chart-single-source/ReadMe.md
index 0eca769e1..0de9d3945 100644
--- a/samples/charts/category-chart/point-chart-single-source/ReadMe.md
+++ b/samples/charts/category-chart/point-chart-single-source/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/point-chart-styling/ReadMe.md b/samples/charts/category-chart/point-chart-styling/ReadMe.md
index ca1f57734..a3ca7a8a1 100644
--- a/samples/charts/category-chart/point-chart-styling/ReadMe.md
+++ b/samples/charts/category-chart/point-chart-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/spline-area-multiple-sources/ReadMe.md b/samples/charts/category-chart/spline-area-multiple-sources/ReadMe.md
index 6ce49b2aa..442a01d35 100644
--- a/samples/charts/category-chart/spline-area-multiple-sources/ReadMe.md
+++ b/samples/charts/category-chart/spline-area-multiple-sources/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/spline-area-single-source/ReadMe.md b/samples/charts/category-chart/spline-area-single-source/ReadMe.md
index 811667f81..e9c85b682 100644
--- a/samples/charts/category-chart/spline-area-single-source/ReadMe.md
+++ b/samples/charts/category-chart/spline-area-single-source/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/spline-area-styling/ReadMe.md b/samples/charts/category-chart/spline-area-styling/ReadMe.md
index 17d0e8b52..fd589ca82 100644
--- a/samples/charts/category-chart/spline-area-styling/ReadMe.md
+++ b/samples/charts/category-chart/spline-area-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/spline-multiple-sources/ReadMe.md b/samples/charts/category-chart/spline-multiple-sources/ReadMe.md
index dc7ca6cf5..53037ecba 100644
--- a/samples/charts/category-chart/spline-multiple-sources/ReadMe.md
+++ b/samples/charts/category-chart/spline-multiple-sources/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/spline-single-source/ReadMe.md b/samples/charts/category-chart/spline-single-source/ReadMe.md
index 8aa434d51..185486822 100644
--- a/samples/charts/category-chart/spline-single-source/ReadMe.md
+++ b/samples/charts/category-chart/spline-single-source/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/spline-styling/ReadMe.md b/samples/charts/category-chart/spline-styling/ReadMe.md
index d02e04f5b..97e754c2d 100644
--- a/samples/charts/category-chart/spline-styling/ReadMe.md
+++ b/samples/charts/category-chart/spline-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/stack-columns/ReadMe.md b/samples/charts/category-chart/stack-columns/ReadMe.md
index f678f534b..cec5b5aee 100644
--- a/samples/charts/category-chart/stack-columns/ReadMe.md
+++ b/samples/charts/category-chart/stack-columns/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/step-area-multiple-sources/ReadMe.md b/samples/charts/category-chart/step-area-multiple-sources/ReadMe.md
index c71ac7d90..b47ef0a13 100644
--- a/samples/charts/category-chart/step-area-multiple-sources/ReadMe.md
+++ b/samples/charts/category-chart/step-area-multiple-sources/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/step-area-single-source/ReadMe.md b/samples/charts/category-chart/step-area-single-source/ReadMe.md
index 75c6a5b4c..a6f780ce1 100644
--- a/samples/charts/category-chart/step-area-single-source/ReadMe.md
+++ b/samples/charts/category-chart/step-area-single-source/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/step-area-styling/ReadMe.md b/samples/charts/category-chart/step-area-styling/ReadMe.md
index 9a3c455f6..34e34fd26 100644
--- a/samples/charts/category-chart/step-area-styling/ReadMe.md
+++ b/samples/charts/category-chart/step-area-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/step-line-multiple-sources/ReadMe.md b/samples/charts/category-chart/step-line-multiple-sources/ReadMe.md
index 6354cb014..af9fe2931 100644
--- a/samples/charts/category-chart/step-line-multiple-sources/ReadMe.md
+++ b/samples/charts/category-chart/step-line-multiple-sources/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/step-line-single-source/ReadMe.md b/samples/charts/category-chart/step-line-single-source/ReadMe.md
index 4daa9deab..f9829fc36 100644
--- a/samples/charts/category-chart/step-line-single-source/ReadMe.md
+++ b/samples/charts/category-chart/step-line-single-source/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/step-line-styling/ReadMe.md b/samples/charts/category-chart/step-line-styling/ReadMe.md
index 1c7a88a4b..8688060c5 100644
--- a/samples/charts/category-chart/step-line-styling/ReadMe.md
+++ b/samples/charts/category-chart/step-line-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/tooltip-template/ReadMe.md b/samples/charts/category-chart/tooltip-template/ReadMe.md
index 44da112af..5bb885b91 100644
--- a/samples/charts/category-chart/tooltip-template/ReadMe.md
+++ b/samples/charts/category-chart/tooltip-template/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/tooltip-types/ReadMe.md b/samples/charts/category-chart/tooltip-types/ReadMe.md
index 103e8c4e7..deb1973a8 100644
--- a/samples/charts/category-chart/tooltip-types/ReadMe.md
+++ b/samples/charts/category-chart/tooltip-types/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/trendline/ReadMe.md b/samples/charts/category-chart/trendline/ReadMe.md
index 5df07cfbb..a8639604f 100644
--- a/samples/charts/category-chart/trendline/ReadMe.md
+++ b/samples/charts/category-chart/trendline/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/category-chart/value-lines/ReadMe.md b/samples/charts/category-chart/value-lines/ReadMe.md
index c2ca317a4..211a80623 100644
--- a/samples/charts/category-chart/value-lines/ReadMe.md
+++ b/samples/charts/category-chart/value-lines/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/annotations-custom/ReadMe.md b/samples/charts/data-chart/annotations-custom/ReadMe.md
new file mode 100644
index 000000000..fb32e925e
--- /dev/null
+++ b/samples/charts/data-chart/annotations-custom/ReadMe.md
@@ -0,0 +1,50 @@
+
+
+
+This folder contains Angular application with example of Annotations Custom feature using [DataChart](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html) component.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Instructions
+
+To set up this project locally, execute these commands:
+
+```
+git clone https://github.com/IgniteUI/igniteui-angular-examples.git
+cd ./igniteui-angular-examples
+cd ../samples/charts/data-chart/annotations-custom
+```
+
+open above folder in VS Code or type:
+```
+code .
+```
+
+In terminal window, run:
+```
+npm install --legacy-peer-deps
+npm run-script start
+```
+
+Then open http://localhost:4200/ in your browser
+
+
+## Learn More
+
+To learn more about **Ignite UI for Angular** components, check out the [Angular documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html).
diff --git a/samples/charts/data-chart/axis-annotations-corner-radius/ReadMe.md b/samples/charts/data-chart/axis-annotations-corner-radius/ReadMe.md
index ea8401ab3..6049cb66d 100644
--- a/samples/charts/data-chart/axis-annotations-corner-radius/ReadMe.md
+++ b/samples/charts/data-chart/axis-annotations-corner-radius/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/axis-annotations/ReadMe.md b/samples/charts/data-chart/axis-annotations/ReadMe.md
index f5a9f2d0e..c68d0cbe5 100644
--- a/samples/charts/data-chart/axis-annotations/ReadMe.md
+++ b/samples/charts/data-chart/axis-annotations/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/axis-crossing/ReadMe.md b/samples/charts/data-chart/axis-crossing/ReadMe.md
index 4f4c8734c..1c0c3713c 100644
--- a/samples/charts/data-chart/axis-crossing/ReadMe.md
+++ b/samples/charts/data-chart/axis-crossing/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/axis-label-rotation/ReadMe.md b/samples/charts/data-chart/axis-label-rotation/ReadMe.md
index 9a1e21e5f..b49de03e6 100644
--- a/samples/charts/data-chart/axis-label-rotation/ReadMe.md
+++ b/samples/charts/data-chart/axis-label-rotation/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/axis-locations/ReadMe.md b/samples/charts/data-chart/axis-locations/ReadMe.md
index 81f02d65c..f46127e00 100644
--- a/samples/charts/data-chart/axis-locations/ReadMe.md
+++ b/samples/charts/data-chart/axis-locations/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/axis-min-max-gap/ReadMe.md b/samples/charts/data-chart/axis-min-max-gap/ReadMe.md
index de3aa0283..a51a380ac 100644
--- a/samples/charts/data-chart/axis-min-max-gap/ReadMe.md
+++ b/samples/charts/data-chart/axis-min-max-gap/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/axis-settings/ReadMe.md b/samples/charts/data-chart/axis-settings/ReadMe.md
index 895f55f15..b20f03828 100644
--- a/samples/charts/data-chart/axis-settings/ReadMe.md
+++ b/samples/charts/data-chart/axis-settings/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/axis-sharing/ReadMe.md b/samples/charts/data-chart/axis-sharing/ReadMe.md
index a8218d6ca..9910c89e3 100644
--- a/samples/charts/data-chart/axis-sharing/ReadMe.md
+++ b/samples/charts/data-chart/axis-sharing/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/axis-types/ReadMe.md b/samples/charts/data-chart/axis-types/ReadMe.md
index fee49e63c..f8b29537b 100644
--- a/samples/charts/data-chart/axis-types/ReadMe.md
+++ b/samples/charts/data-chart/axis-types/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/bar-chart-multiple-sources/ReadMe.md b/samples/charts/data-chart/bar-chart-multiple-sources/ReadMe.md
index cd422dbba..4b494ad11 100644
--- a/samples/charts/data-chart/bar-chart-multiple-sources/ReadMe.md
+++ b/samples/charts/data-chart/bar-chart-multiple-sources/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/bar-chart-overlapping/ReadMe.md b/samples/charts/data-chart/bar-chart-overlapping/ReadMe.md
index d6753f4f9..a893f72e4 100644
--- a/samples/charts/data-chart/bar-chart-overlapping/ReadMe.md
+++ b/samples/charts/data-chart/bar-chart-overlapping/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/bar-chart-single-source/ReadMe.md b/samples/charts/data-chart/bar-chart-single-source/ReadMe.md
index c3604d2c6..cf40fb86a 100644
--- a/samples/charts/data-chart/bar-chart-single-source/ReadMe.md
+++ b/samples/charts/data-chart/bar-chart-single-source/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/bar-chart-styling/ReadMe.md b/samples/charts/data-chart/bar-chart-styling/ReadMe.md
index 284b240ae..fa56cceac 100644
--- a/samples/charts/data-chart/bar-chart-styling/ReadMe.md
+++ b/samples/charts/data-chart/bar-chart-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/callout-layer-styling/ReadMe.md b/samples/charts/data-chart/callout-layer-styling/ReadMe.md
index dc26a3ea4..bea3e19e2 100644
--- a/samples/charts/data-chart/callout-layer-styling/ReadMe.md
+++ b/samples/charts/data-chart/callout-layer-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/chart-navigation/ReadMe.md b/samples/charts/data-chart/chart-navigation/ReadMe.md
index cfa456c90..69d20f9c6 100644
--- a/samples/charts/data-chart/chart-navigation/ReadMe.md
+++ b/samples/charts/data-chart/chart-navigation/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/chart-overview/ReadMe.md b/samples/charts/data-chart/chart-overview/ReadMe.md
index 56b39fb14..a49489cd8 100644
--- a/samples/charts/data-chart/chart-overview/ReadMe.md
+++ b/samples/charts/data-chart/chart-overview/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/chart-performance/ReadMe.md b/samples/charts/data-chart/chart-performance/ReadMe.md
index 23b26d4a2..54716fbae 100644
--- a/samples/charts/data-chart/chart-performance/ReadMe.md
+++ b/samples/charts/data-chart/chart-performance/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/chart-synchronization/ReadMe.md b/samples/charts/data-chart/chart-synchronization/ReadMe.md
index 9c66df13d..841380c14 100644
--- a/samples/charts/data-chart/chart-synchronization/ReadMe.md
+++ b/samples/charts/data-chart/chart-synchronization/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/chart-titles/ReadMe.md b/samples/charts/data-chart/chart-titles/ReadMe.md
index 13ff5becb..b917b3a69 100644
--- a/samples/charts/data-chart/chart-titles/ReadMe.md
+++ b/samples/charts/data-chart/chart-titles/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/column-chart-styling/ReadMe.md b/samples/charts/data-chart/column-chart-styling/ReadMe.md
index 1b0098853..ef65c5bd5 100644
--- a/samples/charts/data-chart/column-chart-styling/ReadMe.md
+++ b/samples/charts/data-chart/column-chart-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/composite-chart/ReadMe.md b/samples/charts/data-chart/composite-chart/ReadMe.md
index dc7020308..79d942922 100644
--- a/samples/charts/data-chart/composite-chart/ReadMe.md
+++ b/samples/charts/data-chart/composite-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/crosshair-layer-styling/ReadMe.md b/samples/charts/data-chart/crosshair-layer-styling/ReadMe.md
index 64b8e62ce..a5fa5dd94 100644
--- a/samples/charts/data-chart/crosshair-layer-styling/ReadMe.md
+++ b/samples/charts/data-chart/crosshair-layer-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/custom-drawing-annotations/ReadMe.md b/samples/charts/data-chart/custom-drawing-annotations/ReadMe.md
index 56b39fb14..9b3d83b3e 100644
--- a/samples/charts/data-chart/custom-drawing-annotations/ReadMe.md
+++ b/samples/charts/data-chart/custom-drawing-annotations/ReadMe.md
@@ -1,7 +1,7 @@
-This folder contains Angular application with example of Chart Overview feature using [DataChart](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html) component.
+This folder contains Angular application with example of Custom Drawing Annotations feature using [DataChart](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html) component.
@@ -12,10 +12,10 @@ This folder contains Angular application with example of Chart Overview feature
-
+
-
+
@@ -28,7 +28,7 @@ To set up this project locally, execute these commands:
```
git clone https://github.com/IgniteUI/igniteui-angular-examples.git
cd ./igniteui-angular-examples
-cd ../samples/charts/data-chart/chart-overview
+cd ../samples/charts/data-chart/custom-drawing-annotations
```
open above folder in VS Code or type:
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/custom-editing-data/ReadMe.md b/samples/charts/data-chart/custom-editing-data/ReadMe.md
index 56b39fb14..16ba35451 100644
--- a/samples/charts/data-chart/custom-editing-data/ReadMe.md
+++ b/samples/charts/data-chart/custom-editing-data/ReadMe.md
@@ -1,7 +1,7 @@
-This folder contains Angular application with example of Chart Overview feature using [DataChart](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html) component.
+This folder contains Angular application with example of Custom Editing Data feature using [DataChart](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html) component.
@@ -12,10 +12,10 @@ This folder contains Angular application with example of Chart Overview feature
-
+
-
+
@@ -28,7 +28,7 @@ To set up this project locally, execute these commands:
```
git clone https://github.com/IgniteUI/igniteui-angular-examples.git
cd ./igniteui-angular-examples
-cd ../samples/charts/data-chart/chart-overview
+cd ../samples/charts/data-chart/custom-editing-data
```
open above folder in VS Code or type:
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/dash-array-axes/ReadMe.md b/samples/charts/data-chart/dash-array-axes/ReadMe.md
index 42a757a5a..dd578148c 100644
--- a/samples/charts/data-chart/dash-array-axes/ReadMe.md
+++ b/samples/charts/data-chart/dash-array-axes/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/dash-array-series/ReadMe.md b/samples/charts/data-chart/dash-array-series/ReadMe.md
index 814657fe5..f24ae21f9 100644
--- a/samples/charts/data-chart/dash-array-series/ReadMe.md
+++ b/samples/charts/data-chart/dash-array-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/dash-array-tickmarks/ReadMe.md b/samples/charts/data-chart/dash-array-tickmarks/ReadMe.md
index 3e6b0fb84..83c7b834e 100644
--- a/samples/charts/data-chart/dash-array-tickmarks/ReadMe.md
+++ b/samples/charts/data-chart/dash-array-tickmarks/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/dash-array-trendline/ReadMe.md b/samples/charts/data-chart/dash-array-trendline/ReadMe.md
index 34324fe6c..86b05a612 100644
--- a/samples/charts/data-chart/dash-array-trendline/ReadMe.md
+++ b/samples/charts/data-chart/dash-array-trendline/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/data-legend/ReadMe.md b/samples/charts/data-chart/data-legend/ReadMe.md
index b4ddacaf7..d15ef9199 100644
--- a/samples/charts/data-chart/data-legend/ReadMe.md
+++ b/samples/charts/data-chart/data-legend/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/data-tooltip/ReadMe.md b/samples/charts/data-chart/data-tooltip/ReadMe.md
index 9e0099cf9..1c3bb84e0 100644
--- a/samples/charts/data-chart/data-tooltip/ReadMe.md
+++ b/samples/charts/data-chart/data-tooltip/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/final-value-layer-styling/ReadMe.md b/samples/charts/data-chart/final-value-layer-styling/ReadMe.md
index 6a9e8bcba..63ffdff06 100644
--- a/samples/charts/data-chart/final-value-layer-styling/ReadMe.md
+++ b/samples/charts/data-chart/final-value-layer-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/financial-price-series/ReadMe.md b/samples/charts/data-chart/financial-price-series/ReadMe.md
index fd2853e01..f1d943079 100644
--- a/samples/charts/data-chart/financial-price-series/ReadMe.md
+++ b/samples/charts/data-chart/financial-price-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/format-specifiers/ReadMe.md b/samples/charts/data-chart/format-specifiers/ReadMe.md
new file mode 100644
index 000000000..49bb2000c
--- /dev/null
+++ b/samples/charts/data-chart/format-specifiers/ReadMe.md
@@ -0,0 +1,50 @@
+
+
+
+This folder contains Angular application with example of Format Specifiers feature using [DataChart](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html) component.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Instructions
+
+To set up this project locally, execute these commands:
+
+```
+git clone https://github.com/IgniteUI/igniteui-angular-examples.git
+cd ./igniteui-angular-examples
+cd ../samples/charts/data-chart/format-specifiers
+```
+
+open above folder in VS Code or type:
+```
+code .
+```
+
+In terminal window, run:
+```
+npm install --legacy-peer-deps
+npm run-script start
+```
+
+Then open http://localhost:4200/ in your browser
+
+
+## Learn More
+
+To learn more about **Ignite UI for Angular** components, check out the [Angular documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html).
diff --git a/samples/charts/data-chart/legends/ReadMe.md b/samples/charts/data-chart/legends/ReadMe.md
index 31423875a..72aeeb7ad 100644
--- a/samples/charts/data-chart/legends/ReadMe.md
+++ b/samples/charts/data-chart/legends/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/polar-area-chart-styling/ReadMe.md b/samples/charts/data-chart/polar-area-chart-styling/ReadMe.md
index d6f40d547..1b2427e46 100644
--- a/samples/charts/data-chart/polar-area-chart-styling/ReadMe.md
+++ b/samples/charts/data-chart/polar-area-chart-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/polar-area-chart/ReadMe.md b/samples/charts/data-chart/polar-area-chart/ReadMe.md
index f9712e86d..974fb1565 100644
--- a/samples/charts/data-chart/polar-area-chart/ReadMe.md
+++ b/samples/charts/data-chart/polar-area-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/polar-chart-types/ReadMe.md b/samples/charts/data-chart/polar-chart-types/ReadMe.md
index 958875e6e..cb5aab3e0 100644
--- a/samples/charts/data-chart/polar-chart-types/ReadMe.md
+++ b/samples/charts/data-chart/polar-chart-types/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/polar-line-chart/ReadMe.md b/samples/charts/data-chart/polar-line-chart/ReadMe.md
index 56e47abea..ef5f0edc1 100644
--- a/samples/charts/data-chart/polar-line-chart/ReadMe.md
+++ b/samples/charts/data-chart/polar-line-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/polar-scatter-chart/ReadMe.md b/samples/charts/data-chart/polar-scatter-chart/ReadMe.md
index 6f5831c33..51f107e33 100644
--- a/samples/charts/data-chart/polar-scatter-chart/ReadMe.md
+++ b/samples/charts/data-chart/polar-scatter-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/polar-spline-area-chart/ReadMe.md b/samples/charts/data-chart/polar-spline-area-chart/ReadMe.md
index d8d9c598f..935a86614 100644
--- a/samples/charts/data-chart/polar-spline-area-chart/ReadMe.md
+++ b/samples/charts/data-chart/polar-spline-area-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/polar-spline-chart/ReadMe.md b/samples/charts/data-chart/polar-spline-chart/ReadMe.md
index 9b8aff423..a51abc22a 100644
--- a/samples/charts/data-chart/polar-spline-chart/ReadMe.md
+++ b/samples/charts/data-chart/polar-spline-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/radial-area-chart-styling/ReadMe.md b/samples/charts/data-chart/radial-area-chart-styling/ReadMe.md
index 4de06ca84..e11a369cd 100644
--- a/samples/charts/data-chart/radial-area-chart-styling/ReadMe.md
+++ b/samples/charts/data-chart/radial-area-chart-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/radial-area-chart/ReadMe.md b/samples/charts/data-chart/radial-area-chart/ReadMe.md
index 92c8918ca..2f18c7fed 100644
--- a/samples/charts/data-chart/radial-area-chart/ReadMe.md
+++ b/samples/charts/data-chart/radial-area-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/radial-chart-types/ReadMe.md b/samples/charts/data-chart/radial-chart-types/ReadMe.md
index 7db42570f..7b26a632b 100644
--- a/samples/charts/data-chart/radial-chart-types/ReadMe.md
+++ b/samples/charts/data-chart/radial-chart-types/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/radial-column-chart/ReadMe.md b/samples/charts/data-chart/radial-column-chart/ReadMe.md
index 93eeb4d22..4534fa992 100644
--- a/samples/charts/data-chart/radial-column-chart/ReadMe.md
+++ b/samples/charts/data-chart/radial-column-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/radial-line-chart/ReadMe.md b/samples/charts/data-chart/radial-line-chart/ReadMe.md
index c726f9156..efe70b503 100644
--- a/samples/charts/data-chart/radial-line-chart/ReadMe.md
+++ b/samples/charts/data-chart/radial-line-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/radial-pie-chart/ReadMe.md b/samples/charts/data-chart/radial-pie-chart/ReadMe.md
index 5f3fac314..3bf1065c5 100644
--- a/samples/charts/data-chart/radial-pie-chart/ReadMe.md
+++ b/samples/charts/data-chart/radial-pie-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/range-area-chart/ReadMe.md b/samples/charts/data-chart/range-area-chart/ReadMe.md
index fca2d1486..8984b8d83 100644
--- a/samples/charts/data-chart/range-area-chart/ReadMe.md
+++ b/samples/charts/data-chart/range-area-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/range-column-chart/ReadMe.md b/samples/charts/data-chart/range-column-chart/ReadMe.md
index 9d53e42f3..5ba2198a2 100644
--- a/samples/charts/data-chart/range-column-chart/ReadMe.md
+++ b/samples/charts/data-chart/range-column-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/ReadMe.md b/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/ReadMe.md
index 58328018c..eeb751532 100644
--- a/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/ReadMe.md
+++ b/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/scatter-bubble-chart-single-source/ReadMe.md b/samples/charts/data-chart/scatter-bubble-chart-single-source/ReadMe.md
index 56e402fa4..972b9bf5d 100644
--- a/samples/charts/data-chart/scatter-bubble-chart-single-source/ReadMe.md
+++ b/samples/charts/data-chart/scatter-bubble-chart-single-source/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/scatter-bubble-chart-styling/ReadMe.md b/samples/charts/data-chart/scatter-bubble-chart-styling/ReadMe.md
index 41eee8351..47fd54e00 100644
--- a/samples/charts/data-chart/scatter-bubble-chart-styling/ReadMe.md
+++ b/samples/charts/data-chart/scatter-bubble-chart-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/scatter-line-chart/ReadMe.md b/samples/charts/data-chart/scatter-line-chart/ReadMe.md
index 13cccfc4d..ec49b1821 100644
--- a/samples/charts/data-chart/scatter-line-chart/ReadMe.md
+++ b/samples/charts/data-chart/scatter-line-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/scatter-point-chart/ReadMe.md b/samples/charts/data-chart/scatter-point-chart/ReadMe.md
index 1454263cc..923ca6cc4 100644
--- a/samples/charts/data-chart/scatter-point-chart/ReadMe.md
+++ b/samples/charts/data-chart/scatter-point-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/scatter-spline-chart/ReadMe.md b/samples/charts/data-chart/scatter-spline-chart/ReadMe.md
index 892a186b1..6f86dc377 100644
--- a/samples/charts/data-chart/scatter-spline-chart/ReadMe.md
+++ b/samples/charts/data-chart/scatter-spline-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/series-animations/ReadMe.md b/samples/charts/data-chart/series-animations/ReadMe.md
index 37bd4a7b3..f194d89a5 100644
--- a/samples/charts/data-chart/series-animations/ReadMe.md
+++ b/samples/charts/data-chart/series-animations/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/series-annotations/ReadMe.md b/samples/charts/data-chart/series-annotations/ReadMe.md
index f2d3616c1..feef083c7 100644
--- a/samples/charts/data-chart/series-annotations/ReadMe.md
+++ b/samples/charts/data-chart/series-annotations/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/series-highlighting/ReadMe.md b/samples/charts/data-chart/series-highlighting/ReadMe.md
index acc4253e4..8aae1a2e4 100644
--- a/samples/charts/data-chart/series-highlighting/ReadMe.md
+++ b/samples/charts/data-chart/series-highlighting/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/series-marker-template/ReadMe.md b/samples/charts/data-chart/series-marker-template/ReadMe.md
index 04f9dfb4a..a0e82cae8 100644
--- a/samples/charts/data-chart/series-marker-template/ReadMe.md
+++ b/samples/charts/data-chart/series-marker-template/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/series-markers/ReadMe.md b/samples/charts/data-chart/series-markers/ReadMe.md
index be6ca7aa7..4281b8c5b 100644
--- a/samples/charts/data-chart/series-markers/ReadMe.md
+++ b/samples/charts/data-chart/series-markers/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/series-tooltips/ReadMe.md b/samples/charts/data-chart/series-tooltips/ReadMe.md
index 1e6e702e6..5e53e65ad 100644
--- a/samples/charts/data-chart/series-tooltips/ReadMe.md
+++ b/samples/charts/data-chart/series-tooltips/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/series-trendlines/ReadMe.md b/samples/charts/data-chart/series-trendlines/ReadMe.md
index 5d7ec024c..6852c2284 100644
--- a/samples/charts/data-chart/series-trendlines/ReadMe.md
+++ b/samples/charts/data-chart/series-trendlines/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/series-value-overlay/ReadMe.md b/samples/charts/data-chart/series-value-overlay/ReadMe.md
index a12fe3f85..a803ea115 100644
--- a/samples/charts/data-chart/series-value-overlay/ReadMe.md
+++ b/samples/charts/data-chart/series-value-overlay/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/stacked-100-area-chart/ReadMe.md b/samples/charts/data-chart/stacked-100-area-chart/ReadMe.md
index 911a0f40d..067618db9 100644
--- a/samples/charts/data-chart/stacked-100-area-chart/ReadMe.md
+++ b/samples/charts/data-chart/stacked-100-area-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/stacked-100-bar-chart/ReadMe.md b/samples/charts/data-chart/stacked-100-bar-chart/ReadMe.md
index 24ade9a49..ca17dfcf5 100644
--- a/samples/charts/data-chart/stacked-100-bar-chart/ReadMe.md
+++ b/samples/charts/data-chart/stacked-100-bar-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/stacked-100-column-chart/ReadMe.md b/samples/charts/data-chart/stacked-100-column-chart/ReadMe.md
index 0c34723f1..eba46f91c 100644
--- a/samples/charts/data-chart/stacked-100-column-chart/ReadMe.md
+++ b/samples/charts/data-chart/stacked-100-column-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/stacked-100-line-chart/ReadMe.md b/samples/charts/data-chart/stacked-100-line-chart/ReadMe.md
index 82da04973..2bffcb38e 100644
--- a/samples/charts/data-chart/stacked-100-line-chart/ReadMe.md
+++ b/samples/charts/data-chart/stacked-100-line-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/stacked-100-spline-area-chart/ReadMe.md b/samples/charts/data-chart/stacked-100-spline-area-chart/ReadMe.md
index fb4807d55..e526ff238 100644
--- a/samples/charts/data-chart/stacked-100-spline-area-chart/ReadMe.md
+++ b/samples/charts/data-chart/stacked-100-spline-area-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/stacked-100-spline-chart/ReadMe.md b/samples/charts/data-chart/stacked-100-spline-chart/ReadMe.md
index 4f77763a2..eb97e5c3f 100644
--- a/samples/charts/data-chart/stacked-100-spline-chart/ReadMe.md
+++ b/samples/charts/data-chart/stacked-100-spline-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/stacked-area-chart/ReadMe.md b/samples/charts/data-chart/stacked-area-chart/ReadMe.md
index 2c5942b8e..1bbfeb5be 100644
--- a/samples/charts/data-chart/stacked-area-chart/ReadMe.md
+++ b/samples/charts/data-chart/stacked-area-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/stacked-bar-chart/ReadMe.md b/samples/charts/data-chart/stacked-bar-chart/ReadMe.md
index 7e17ccaab..de281d048 100644
--- a/samples/charts/data-chart/stacked-bar-chart/ReadMe.md
+++ b/samples/charts/data-chart/stacked-bar-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/stacked-chart-types/ReadMe.md b/samples/charts/data-chart/stacked-chart-types/ReadMe.md
index ee379c0be..0fdac7677 100644
--- a/samples/charts/data-chart/stacked-chart-types/ReadMe.md
+++ b/samples/charts/data-chart/stacked-chart-types/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/stacked-column-chart/ReadMe.md b/samples/charts/data-chart/stacked-column-chart/ReadMe.md
index 0c9805c13..60db3d9c2 100644
--- a/samples/charts/data-chart/stacked-column-chart/ReadMe.md
+++ b/samples/charts/data-chart/stacked-column-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/stacked-line-chart/ReadMe.md b/samples/charts/data-chart/stacked-line-chart/ReadMe.md
index 2018d6f85..79e73b2e6 100644
--- a/samples/charts/data-chart/stacked-line-chart/ReadMe.md
+++ b/samples/charts/data-chart/stacked-line-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/stacked-spline-area-chart/ReadMe.md b/samples/charts/data-chart/stacked-spline-area-chart/ReadMe.md
index b89fe96f3..9b7aadb83 100644
--- a/samples/charts/data-chart/stacked-spline-area-chart/ReadMe.md
+++ b/samples/charts/data-chart/stacked-spline-area-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/stacked-spline-chart/ReadMe.md b/samples/charts/data-chart/stacked-spline-chart/ReadMe.md
index 6fce9889c..32e56e078 100644
--- a/samples/charts/data-chart/stacked-spline-chart/ReadMe.md
+++ b/samples/charts/data-chart/stacked-spline-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/tooltip-template/ReadMe.md b/samples/charts/data-chart/tooltip-template/ReadMe.md
index d721e0190..c01c3be07 100644
--- a/samples/charts/data-chart/tooltip-template/ReadMe.md
+++ b/samples/charts/data-chart/tooltip-template/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/transition-event/ReadMe.md b/samples/charts/data-chart/transition-event/ReadMe.md
index fa99d4244..e92de3e6d 100644
--- a/samples/charts/data-chart/transition-event/ReadMe.md
+++ b/samples/charts/data-chart/transition-event/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-category-area-series/ReadMe.md b/samples/charts/data-chart/type-category-area-series/ReadMe.md
index 3abb2e2a9..58fbae5c9 100644
--- a/samples/charts/data-chart/type-category-area-series/ReadMe.md
+++ b/samples/charts/data-chart/type-category-area-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-category-bar-series/ReadMe.md b/samples/charts/data-chart/type-category-bar-series/ReadMe.md
index 4b347358f..caa97f835 100644
--- a/samples/charts/data-chart/type-category-bar-series/ReadMe.md
+++ b/samples/charts/data-chart/type-category-bar-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-category-column-series/ReadMe.md b/samples/charts/data-chart/type-category-column-series/ReadMe.md
index 416316a57..2950d5068 100644
--- a/samples/charts/data-chart/type-category-column-series/ReadMe.md
+++ b/samples/charts/data-chart/type-category-column-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-category-line-series/ReadMe.md b/samples/charts/data-chart/type-category-line-series/ReadMe.md
index dd4f37a78..63f358a04 100644
--- a/samples/charts/data-chart/type-category-line-series/ReadMe.md
+++ b/samples/charts/data-chart/type-category-line-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-category-point-series/ReadMe.md b/samples/charts/data-chart/type-category-point-series/ReadMe.md
index a6afb3409..b2ea7b5e8 100644
--- a/samples/charts/data-chart/type-category-point-series/ReadMe.md
+++ b/samples/charts/data-chart/type-category-point-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-category-series/ReadMe.md b/samples/charts/data-chart/type-category-series/ReadMe.md
index 26652272c..0ddf8bd82 100644
--- a/samples/charts/data-chart/type-category-series/ReadMe.md
+++ b/samples/charts/data-chart/type-category-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-category-spline-area-series/ReadMe.md b/samples/charts/data-chart/type-category-spline-area-series/ReadMe.md
index 7bfa6104f..feea5fad9 100644
--- a/samples/charts/data-chart/type-category-spline-area-series/ReadMe.md
+++ b/samples/charts/data-chart/type-category-spline-area-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-category-spline-series/ReadMe.md b/samples/charts/data-chart/type-category-spline-series/ReadMe.md
index 1dd115325..e5a6ac8ba 100644
--- a/samples/charts/data-chart/type-category-spline-series/ReadMe.md
+++ b/samples/charts/data-chart/type-category-spline-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-category-step-area-series/ReadMe.md b/samples/charts/data-chart/type-category-step-area-series/ReadMe.md
index f24c11b31..62b0110cf 100644
--- a/samples/charts/data-chart/type-category-step-area-series/ReadMe.md
+++ b/samples/charts/data-chart/type-category-step-area-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-category-step-line-series/ReadMe.md b/samples/charts/data-chart/type-category-step-line-series/ReadMe.md
index 8ec7a4802..c0d8cdd53 100644
--- a/samples/charts/data-chart/type-category-step-line-series/ReadMe.md
+++ b/samples/charts/data-chart/type-category-step-line-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-category-waterfall-series/ReadMe.md b/samples/charts/data-chart/type-category-waterfall-series/ReadMe.md
index 955d62163..563745f9a 100644
--- a/samples/charts/data-chart/type-category-waterfall-series/ReadMe.md
+++ b/samples/charts/data-chart/type-category-waterfall-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-financial-area-indicators/ReadMe.md b/samples/charts/data-chart/type-financial-area-indicators/ReadMe.md
index f07ac69b7..10e94be7d 100644
--- a/samples/charts/data-chart/type-financial-area-indicators/ReadMe.md
+++ b/samples/charts/data-chart/type-financial-area-indicators/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-financial-candlestick-series/ReadMe.md b/samples/charts/data-chart/type-financial-candlestick-series/ReadMe.md
index 7744500aa..9c8d0632e 100644
--- a/samples/charts/data-chart/type-financial-candlestick-series/ReadMe.md
+++ b/samples/charts/data-chart/type-financial-candlestick-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-financial-column-indicators/ReadMe.md b/samples/charts/data-chart/type-financial-column-indicators/ReadMe.md
index 042c08f68..572369138 100644
--- a/samples/charts/data-chart/type-financial-column-indicators/ReadMe.md
+++ b/samples/charts/data-chart/type-financial-column-indicators/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-financial-line-indicators/ReadMe.md b/samples/charts/data-chart/type-financial-line-indicators/ReadMe.md
index bdea65878..099c93ac6 100644
--- a/samples/charts/data-chart/type-financial-line-indicators/ReadMe.md
+++ b/samples/charts/data-chart/type-financial-line-indicators/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-financial-ohlc-series/ReadMe.md b/samples/charts/data-chart/type-financial-ohlc-series/ReadMe.md
index 0a382c68c..2b184ed70 100644
--- a/samples/charts/data-chart/type-financial-ohlc-series/ReadMe.md
+++ b/samples/charts/data-chart/type-financial-ohlc-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-financial-overlays/ReadMe.md b/samples/charts/data-chart/type-financial-overlays/ReadMe.md
index 679671722..a69c3bc23 100644
--- a/samples/charts/data-chart/type-financial-overlays/ReadMe.md
+++ b/samples/charts/data-chart/type-financial-overlays/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-financial-series/ReadMe.md b/samples/charts/data-chart/type-financial-series/ReadMe.md
index 4baf0c334..864b7ab02 100644
--- a/samples/charts/data-chart/type-financial-series/ReadMe.md
+++ b/samples/charts/data-chart/type-financial-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-radial-area-series/ReadMe.md b/samples/charts/data-chart/type-radial-area-series/ReadMe.md
index 1b84778a0..aec7ec367 100644
--- a/samples/charts/data-chart/type-radial-area-series/ReadMe.md
+++ b/samples/charts/data-chart/type-radial-area-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-radial-column-series/ReadMe.md b/samples/charts/data-chart/type-radial-column-series/ReadMe.md
index a173d29b4..0a627d6ce 100644
--- a/samples/charts/data-chart/type-radial-column-series/ReadMe.md
+++ b/samples/charts/data-chart/type-radial-column-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-radial-line-series/ReadMe.md b/samples/charts/data-chart/type-radial-line-series/ReadMe.md
index cc68facd6..75a82b868 100644
--- a/samples/charts/data-chart/type-radial-line-series/ReadMe.md
+++ b/samples/charts/data-chart/type-radial-line-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-radial-pie-series/ReadMe.md b/samples/charts/data-chart/type-radial-pie-series/ReadMe.md
index 0776c8d7c..a51ae3649 100644
--- a/samples/charts/data-chart/type-radial-pie-series/ReadMe.md
+++ b/samples/charts/data-chart/type-radial-pie-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-range-area-series/ReadMe.md b/samples/charts/data-chart/type-range-area-series/ReadMe.md
index 776f198fa..54e00674d 100644
--- a/samples/charts/data-chart/type-range-area-series/ReadMe.md
+++ b/samples/charts/data-chart/type-range-area-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-range-column-series/ReadMe.md b/samples/charts/data-chart/type-range-column-series/ReadMe.md
index 85d8d6376..ae0d2396c 100644
--- a/samples/charts/data-chart/type-range-column-series/ReadMe.md
+++ b/samples/charts/data-chart/type-range-column-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-range-series/ReadMe.md b/samples/charts/data-chart/type-range-series/ReadMe.md
index de8d89145..e1bd34ea2 100644
--- a/samples/charts/data-chart/type-range-series/ReadMe.md
+++ b/samples/charts/data-chart/type-range-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-scatter-area-series/ReadMe.md b/samples/charts/data-chart/type-scatter-area-series/ReadMe.md
index 98cd54de6..125413a08 100644
--- a/samples/charts/data-chart/type-scatter-area-series/ReadMe.md
+++ b/samples/charts/data-chart/type-scatter-area-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-scatter-bubble-series/ReadMe.md b/samples/charts/data-chart/type-scatter-bubble-series/ReadMe.md
index 6086bb38e..ce1499a6f 100644
--- a/samples/charts/data-chart/type-scatter-bubble-series/ReadMe.md
+++ b/samples/charts/data-chart/type-scatter-bubble-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-scatter-contour-series/ReadMe.md b/samples/charts/data-chart/type-scatter-contour-series/ReadMe.md
index b2e12c18d..99e9f2fe9 100644
--- a/samples/charts/data-chart/type-scatter-contour-series/ReadMe.md
+++ b/samples/charts/data-chart/type-scatter-contour-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-scatter-hd-series/ReadMe.md b/samples/charts/data-chart/type-scatter-hd-series/ReadMe.md
index ec8a1bdb2..ab812ab31 100644
--- a/samples/charts/data-chart/type-scatter-hd-series/ReadMe.md
+++ b/samples/charts/data-chart/type-scatter-hd-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-scatter-line-series/ReadMe.md b/samples/charts/data-chart/type-scatter-line-series/ReadMe.md
index dba100a46..149dc7196 100644
--- a/samples/charts/data-chart/type-scatter-line-series/ReadMe.md
+++ b/samples/charts/data-chart/type-scatter-line-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-scatter-point-series/ReadMe.md b/samples/charts/data-chart/type-scatter-point-series/ReadMe.md
index 22cf789a7..c7701af27 100644
--- a/samples/charts/data-chart/type-scatter-point-series/ReadMe.md
+++ b/samples/charts/data-chart/type-scatter-point-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-scatter-polygon-series/ReadMe.md b/samples/charts/data-chart/type-scatter-polygon-series/ReadMe.md
index 609eac831..d89b32814 100644
--- a/samples/charts/data-chart/type-scatter-polygon-series/ReadMe.md
+++ b/samples/charts/data-chart/type-scatter-polygon-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-scatter-polyline-series/ReadMe.md b/samples/charts/data-chart/type-scatter-polyline-series/ReadMe.md
index b6e57069c..74f8c0111 100644
--- a/samples/charts/data-chart/type-scatter-polyline-series/ReadMe.md
+++ b/samples/charts/data-chart/type-scatter-polyline-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-scatter-series/ReadMe.md b/samples/charts/data-chart/type-scatter-series/ReadMe.md
index b02b63d22..b81491902 100644
--- a/samples/charts/data-chart/type-scatter-series/ReadMe.md
+++ b/samples/charts/data-chart/type-scatter-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-scatter-spline-series/ReadMe.md b/samples/charts/data-chart/type-scatter-spline-series/ReadMe.md
index 5477561d2..a2f527f81 100644
--- a/samples/charts/data-chart/type-scatter-spline-series/ReadMe.md
+++ b/samples/charts/data-chart/type-scatter-spline-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-shape-series/ReadMe.md b/samples/charts/data-chart/type-shape-series/ReadMe.md
index 04ec811d3..7b17deca0 100644
--- a/samples/charts/data-chart/type-shape-series/ReadMe.md
+++ b/samples/charts/data-chart/type-shape-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-stacked-100-area-series/ReadMe.md b/samples/charts/data-chart/type-stacked-100-area-series/ReadMe.md
index f2a788b80..2512a1b8b 100644
--- a/samples/charts/data-chart/type-stacked-100-area-series/ReadMe.md
+++ b/samples/charts/data-chart/type-stacked-100-area-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-stacked-100-bar-series/ReadMe.md b/samples/charts/data-chart/type-stacked-100-bar-series/ReadMe.md
index d906f44c4..3cb61d265 100644
--- a/samples/charts/data-chart/type-stacked-100-bar-series/ReadMe.md
+++ b/samples/charts/data-chart/type-stacked-100-bar-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-stacked-100-column-series/ReadMe.md b/samples/charts/data-chart/type-stacked-100-column-series/ReadMe.md
index 4b7a89cf7..d7218428c 100644
--- a/samples/charts/data-chart/type-stacked-100-column-series/ReadMe.md
+++ b/samples/charts/data-chart/type-stacked-100-column-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-stacked-100-line-series/ReadMe.md b/samples/charts/data-chart/type-stacked-100-line-series/ReadMe.md
index 5d269064d..0d17c5ddc 100644
--- a/samples/charts/data-chart/type-stacked-100-line-series/ReadMe.md
+++ b/samples/charts/data-chart/type-stacked-100-line-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-stacked-100-spline-area-series/ReadMe.md b/samples/charts/data-chart/type-stacked-100-spline-area-series/ReadMe.md
index 07c04d7b1..20269b775 100644
--- a/samples/charts/data-chart/type-stacked-100-spline-area-series/ReadMe.md
+++ b/samples/charts/data-chart/type-stacked-100-spline-area-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-stacked-100-spline-series/ReadMe.md b/samples/charts/data-chart/type-stacked-100-spline-series/ReadMe.md
index 75365c0b0..87619cc2c 100644
--- a/samples/charts/data-chart/type-stacked-100-spline-series/ReadMe.md
+++ b/samples/charts/data-chart/type-stacked-100-spline-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-stacked-area-series/ReadMe.md b/samples/charts/data-chart/type-stacked-area-series/ReadMe.md
index 48d4f6c76..90f7a69e0 100644
--- a/samples/charts/data-chart/type-stacked-area-series/ReadMe.md
+++ b/samples/charts/data-chart/type-stacked-area-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-stacked-bar-series/ReadMe.md b/samples/charts/data-chart/type-stacked-bar-series/ReadMe.md
index 44626c10d..2acd9a625 100644
--- a/samples/charts/data-chart/type-stacked-bar-series/ReadMe.md
+++ b/samples/charts/data-chart/type-stacked-bar-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-stacked-column-series/ReadMe.md b/samples/charts/data-chart/type-stacked-column-series/ReadMe.md
index ae520d093..ce7106c8e 100644
--- a/samples/charts/data-chart/type-stacked-column-series/ReadMe.md
+++ b/samples/charts/data-chart/type-stacked-column-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-stacked-line-series/ReadMe.md b/samples/charts/data-chart/type-stacked-line-series/ReadMe.md
index b8ec6d4ba..bfd07a3b8 100644
--- a/samples/charts/data-chart/type-stacked-line-series/ReadMe.md
+++ b/samples/charts/data-chart/type-stacked-line-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-stacked-spline-area-series/ReadMe.md b/samples/charts/data-chart/type-stacked-spline-area-series/ReadMe.md
index a13768a52..7105e5948 100644
--- a/samples/charts/data-chart/type-stacked-spline-area-series/ReadMe.md
+++ b/samples/charts/data-chart/type-stacked-spline-area-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/type-stacked-spline-series/ReadMe.md b/samples/charts/data-chart/type-stacked-spline-series/ReadMe.md
index 0bcc5989c..e38a03530 100644
--- a/samples/charts/data-chart/type-stacked-spline-series/ReadMe.md
+++ b/samples/charts/data-chart/type-stacked-spline-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/data-chart/waterfall-chart/ReadMe.md b/samples/charts/data-chart/waterfall-chart/ReadMe.md
index 7284f4907..f3cf42afb 100644
--- a/samples/charts/data-chart/waterfall-chart/ReadMe.md
+++ b/samples/charts/data-chart/waterfall-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/doughnut-chart/animation/ReadMe.md b/samples/charts/doughnut-chart/animation/ReadMe.md
index 5088fec34..3b7df32dc 100644
--- a/samples/charts/doughnut-chart/animation/ReadMe.md
+++ b/samples/charts/doughnut-chart/animation/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/doughnut-chart/explosion/ReadMe.md b/samples/charts/doughnut-chart/explosion/ReadMe.md
index ebcc0cac0..27cc5c56d 100644
--- a/samples/charts/doughnut-chart/explosion/ReadMe.md
+++ b/samples/charts/doughnut-chart/explosion/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/doughnut-chart/legend/ReadMe.md b/samples/charts/doughnut-chart/legend/ReadMe.md
index 0804fc3d7..d1368735f 100644
--- a/samples/charts/doughnut-chart/legend/ReadMe.md
+++ b/samples/charts/doughnut-chart/legend/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/doughnut-chart/overview/ReadMe.md b/samples/charts/doughnut-chart/overview/ReadMe.md
index ac5ac6671..367df954e 100644
--- a/samples/charts/doughnut-chart/overview/ReadMe.md
+++ b/samples/charts/doughnut-chart/overview/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/doughnut-chart/rings/ReadMe.md b/samples/charts/doughnut-chart/rings/ReadMe.md
index 27780b27c..5e5bca791 100644
--- a/samples/charts/doughnut-chart/rings/ReadMe.md
+++ b/samples/charts/doughnut-chart/rings/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/doughnut-chart/selection/ReadMe.md b/samples/charts/doughnut-chart/selection/ReadMe.md
index b58d7ea5e..7cace1f0a 100644
--- a/samples/charts/doughnut-chart/selection/ReadMe.md
+++ b/samples/charts/doughnut-chart/selection/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/annotations/ReadMe.md b/samples/charts/financial-chart/annotations/ReadMe.md
index e316a8cb4..71b2b1ec9 100644
--- a/samples/charts/financial-chart/annotations/ReadMe.md
+++ b/samples/charts/financial-chart/annotations/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/axis-types/ReadMe.md b/samples/charts/financial-chart/axis-types/ReadMe.md
index a53494b99..a78c9e575 100644
--- a/samples/charts/financial-chart/axis-types/ReadMe.md
+++ b/samples/charts/financial-chart/axis-types/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/data-legend-formatting-currency/ReadMe.md b/samples/charts/financial-chart/data-legend-formatting-currency/ReadMe.md
index c8369e17f..433450ebc 100644
--- a/samples/charts/financial-chart/data-legend-formatting-currency/ReadMe.md
+++ b/samples/charts/financial-chart/data-legend-formatting-currency/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/data-legend-styling-props/ReadMe.md b/samples/charts/financial-chart/data-legend-styling-props/ReadMe.md
index 727069029..4938ea9fe 100644
--- a/samples/charts/financial-chart/data-legend-styling-props/ReadMe.md
+++ b/samples/charts/financial-chart/data-legend-styling-props/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/data-legend/ReadMe.md b/samples/charts/financial-chart/data-legend/ReadMe.md
index 8a15a9f09..71a490dd5 100644
--- a/samples/charts/financial-chart/data-legend/ReadMe.md
+++ b/samples/charts/financial-chart/data-legend/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/data-tooltip-formatting-currency/ReadMe.md b/samples/charts/financial-chart/data-tooltip-formatting-currency/ReadMe.md
index d73a3159f..87b874328 100644
--- a/samples/charts/financial-chart/data-tooltip-formatting-currency/ReadMe.md
+++ b/samples/charts/financial-chart/data-tooltip-formatting-currency/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/data-tooltip-styling-props/ReadMe.md b/samples/charts/financial-chart/data-tooltip-styling-props/ReadMe.md
index 776d0d8dc..6dfaa4da1 100644
--- a/samples/charts/financial-chart/data-tooltip-styling-props/ReadMe.md
+++ b/samples/charts/financial-chart/data-tooltip-styling-props/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/data-tooltip/ReadMe.md b/samples/charts/financial-chart/data-tooltip/ReadMe.md
index ca490b142..f1475ec24 100644
--- a/samples/charts/financial-chart/data-tooltip/ReadMe.md
+++ b/samples/charts/financial-chart/data-tooltip/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/format-specifiers/ReadMe.md b/samples/charts/financial-chart/format-specifiers/ReadMe.md
new file mode 100644
index 000000000..86011e94e
--- /dev/null
+++ b/samples/charts/financial-chart/format-specifiers/ReadMe.md
@@ -0,0 +1,50 @@
+
+
+
+This folder contains Angular application with example of Format Specifiers feature using [FinancialChart](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html) component.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Instructions
+
+To set up this project locally, execute these commands:
+
+```
+git clone https://github.com/IgniteUI/igniteui-angular-examples.git
+cd ./igniteui-angular-examples
+cd ../samples/charts/financial-chart/format-specifiers
+```
+
+open above folder in VS Code or type:
+```
+code .
+```
+
+In terminal window, run:
+```
+npm install --legacy-peer-deps
+npm run-script start
+```
+
+Then open http://localhost:4200/ in your browser
+
+
+## Learn More
+
+To learn more about **Ignite UI for Angular** components, check out the [Angular documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html).
diff --git a/samples/charts/financial-chart/high-frequency/ReadMe.md b/samples/charts/financial-chart/high-frequency/ReadMe.md
index 3b3f9ecdd..04398a244 100644
--- a/samples/charts/financial-chart/high-frequency/ReadMe.md
+++ b/samples/charts/financial-chart/high-frequency/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/high-volume/ReadMe.md b/samples/charts/financial-chart/high-volume/ReadMe.md
index 22e41ab47..ca76473a5 100644
--- a/samples/charts/financial-chart/high-volume/ReadMe.md
+++ b/samples/charts/financial-chart/high-volume/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/indicator-customization/ReadMe.md b/samples/charts/financial-chart/indicator-customization/ReadMe.md
index fda89b4f2..336c781a7 100644
--- a/samples/charts/financial-chart/indicator-customization/ReadMe.md
+++ b/samples/charts/financial-chart/indicator-customization/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/indicator-types/ReadMe.md b/samples/charts/financial-chart/indicator-types/ReadMe.md
index b919c0ea8..8c6b650c1 100644
--- a/samples/charts/financial-chart/indicator-types/ReadMe.md
+++ b/samples/charts/financial-chart/indicator-types/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/multiple-data/ReadMe.md b/samples/charts/financial-chart/multiple-data/ReadMe.md
index b5fc2aac9..7e321bcc9 100644
--- a/samples/charts/financial-chart/multiple-data/ReadMe.md
+++ b/samples/charts/financial-chart/multiple-data/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/multiple-feeds/ReadMe.md b/samples/charts/financial-chart/multiple-feeds/ReadMe.md
index 601905402..fed2cf798 100644
--- a/samples/charts/financial-chart/multiple-feeds/ReadMe.md
+++ b/samples/charts/financial-chart/multiple-feeds/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/overview/ReadMe.md b/samples/charts/financial-chart/overview/ReadMe.md
index eb77d1a7a..4d5c7abb5 100644
--- a/samples/charts/financial-chart/overview/ReadMe.md
+++ b/samples/charts/financial-chart/overview/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/panes/ReadMe.md b/samples/charts/financial-chart/panes/ReadMe.md
index 9cc5a8832..6ea4da6a3 100644
--- a/samples/charts/financial-chart/panes/ReadMe.md
+++ b/samples/charts/financial-chart/panes/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/performance/ReadMe.md b/samples/charts/financial-chart/performance/ReadMe.md
index 70db43ae3..13f3dc3cc 100644
--- a/samples/charts/financial-chart/performance/ReadMe.md
+++ b/samples/charts/financial-chart/performance/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/scrollbars/ReadMe.md b/samples/charts/financial-chart/scrollbars/ReadMe.md
index 634f522b1..1e35af58f 100644
--- a/samples/charts/financial-chart/scrollbars/ReadMe.md
+++ b/samples/charts/financial-chart/scrollbars/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/stock-index-chart/ReadMe.md b/samples/charts/financial-chart/stock-index-chart/ReadMe.md
index 7017761dc..6242a75d9 100644
--- a/samples/charts/financial-chart/stock-index-chart/ReadMe.md
+++ b/samples/charts/financial-chart/stock-index-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/styling/ReadMe.md b/samples/charts/financial-chart/styling/ReadMe.md
index 91e17a8b6..5b5ec7052 100644
--- a/samples/charts/financial-chart/styling/ReadMe.md
+++ b/samples/charts/financial-chart/styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/theming/ReadMe.md b/samples/charts/financial-chart/theming/ReadMe.md
index 0526dee63..ee3b4fd28 100644
--- a/samples/charts/financial-chart/theming/ReadMe.md
+++ b/samples/charts/financial-chart/theming/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/time-based-data/ReadMe.md b/samples/charts/financial-chart/time-based-data/ReadMe.md
index 4266d2b27..19878d059 100644
--- a/samples/charts/financial-chart/time-based-data/ReadMe.md
+++ b/samples/charts/financial-chart/time-based-data/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/titles/ReadMe.md b/samples/charts/financial-chart/titles/ReadMe.md
index 8900d3fd8..63c173fad 100644
--- a/samples/charts/financial-chart/titles/ReadMe.md
+++ b/samples/charts/financial-chart/titles/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/tooltip-template/ReadMe.md b/samples/charts/financial-chart/tooltip-template/ReadMe.md
index 35698bfd3..7ab26dca0 100644
--- a/samples/charts/financial-chart/tooltip-template/ReadMe.md
+++ b/samples/charts/financial-chart/tooltip-template/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/tooltip-types/ReadMe.md b/samples/charts/financial-chart/tooltip-types/ReadMe.md
index 57a220b3e..242463d1e 100644
--- a/samples/charts/financial-chart/tooltip-types/ReadMe.md
+++ b/samples/charts/financial-chart/tooltip-types/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/trendlines/ReadMe.md b/samples/charts/financial-chart/trendlines/ReadMe.md
index f97b64d48..ef6442c01 100644
--- a/samples/charts/financial-chart/trendlines/ReadMe.md
+++ b/samples/charts/financial-chart/trendlines/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/financial-chart/volume-types/ReadMe.md b/samples/charts/financial-chart/volume-types/ReadMe.md
index 909c40c3e..45688655d 100644
--- a/samples/charts/financial-chart/volume-types/ReadMe.md
+++ b/samples/charts/financial-chart/volume-types/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/pie-chart/animation/ReadMe.md b/samples/charts/pie-chart/animation/ReadMe.md
index a2fd1ff89..893a91b7a 100644
--- a/samples/charts/pie-chart/animation/ReadMe.md
+++ b/samples/charts/pie-chart/animation/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/pie-chart/explosion/ReadMe.md b/samples/charts/pie-chart/explosion/ReadMe.md
index 309e07f54..eb14e455f 100644
--- a/samples/charts/pie-chart/explosion/ReadMe.md
+++ b/samples/charts/pie-chart/explosion/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/pie-chart/legend/ReadMe.md b/samples/charts/pie-chart/legend/ReadMe.md
index 35e543b34..1ffec61dc 100644
--- a/samples/charts/pie-chart/legend/ReadMe.md
+++ b/samples/charts/pie-chart/legend/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/pie-chart/others/ReadMe.md b/samples/charts/pie-chart/others/ReadMe.md
index b0181d208..9b895cf13 100644
--- a/samples/charts/pie-chart/others/ReadMe.md
+++ b/samples/charts/pie-chart/others/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/pie-chart/overview/ReadMe.md b/samples/charts/pie-chart/overview/ReadMe.md
index c8448c756..f984e0ad7 100644
--- a/samples/charts/pie-chart/overview/ReadMe.md
+++ b/samples/charts/pie-chart/overview/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/pie-chart/selection/ReadMe.md b/samples/charts/pie-chart/selection/ReadMe.md
index 7cfd6649b..ebae4a7e8 100644
--- a/samples/charts/pie-chart/selection/ReadMe.md
+++ b/samples/charts/pie-chart/selection/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/pie-chart/styling/ReadMe.md b/samples/charts/pie-chart/styling/ReadMe.md
index 10d43bf6b..43032825e 100644
--- a/samples/charts/pie-chart/styling/ReadMe.md
+++ b/samples/charts/pie-chart/styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/sparkline/display-area/ReadMe.md b/samples/charts/sparkline/display-area/ReadMe.md
index 4c1405486..78fc4aeef 100644
--- a/samples/charts/sparkline/display-area/ReadMe.md
+++ b/samples/charts/sparkline/display-area/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/sparkline/display-column/ReadMe.md b/samples/charts/sparkline/display-column/ReadMe.md
index a1f7f2306..373040562 100644
--- a/samples/charts/sparkline/display-column/ReadMe.md
+++ b/samples/charts/sparkline/display-column/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/sparkline/display-lines/ReadMe.md b/samples/charts/sparkline/display-lines/ReadMe.md
index 1040777a8..d660848e3 100644
--- a/samples/charts/sparkline/display-lines/ReadMe.md
+++ b/samples/charts/sparkline/display-lines/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/sparkline/display-types/ReadMe.md b/samples/charts/sparkline/display-types/ReadMe.md
index c444d4e29..118ffd8aa 100644
--- a/samples/charts/sparkline/display-types/ReadMe.md
+++ b/samples/charts/sparkline/display-types/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/sparkline/display-winloss/ReadMe.md b/samples/charts/sparkline/display-winloss/ReadMe.md
index 9d22d1e89..431024ccc 100644
--- a/samples/charts/sparkline/display-winloss/ReadMe.md
+++ b/samples/charts/sparkline/display-winloss/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/sparkline/grid/ReadMe.md b/samples/charts/sparkline/grid/ReadMe.md
index 01b060e9e..d9ff480f1 100644
--- a/samples/charts/sparkline/grid/ReadMe.md
+++ b/samples/charts/sparkline/grid/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/sparkline/markers/ReadMe.md b/samples/charts/sparkline/markers/ReadMe.md
index 954be5efd..7f541e11c 100644
--- a/samples/charts/sparkline/markers/ReadMe.md
+++ b/samples/charts/sparkline/markers/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/sparkline/normal-range/ReadMe.md b/samples/charts/sparkline/normal-range/ReadMe.md
index 65d860011..d41efb196 100644
--- a/samples/charts/sparkline/normal-range/ReadMe.md
+++ b/samples/charts/sparkline/normal-range/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/sparkline/trendlines/ReadMe.md b/samples/charts/sparkline/trendlines/ReadMe.md
index b3327983a..1b6099209 100644
--- a/samples/charts/sparkline/trendlines/ReadMe.md
+++ b/samples/charts/sparkline/trendlines/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/sparkline/unknown-values/ReadMe.md b/samples/charts/sparkline/unknown-values/ReadMe.md
index 2afbea1cc..c8535251b 100644
--- a/samples/charts/sparkline/unknown-values/ReadMe.md
+++ b/samples/charts/sparkline/unknown-values/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/toolbar/actions-built-in-category-chart/ReadMe.md b/samples/charts/toolbar/actions-built-in-category-chart/ReadMe.md
index 4ce1b71fe..def64ee5c 100644
--- a/samples/charts/toolbar/actions-built-in-category-chart/ReadMe.md
+++ b/samples/charts/toolbar/actions-built-in-category-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/toolbar/actions-built-in-data-chart/ReadMe.md b/samples/charts/toolbar/actions-built-in-data-chart/ReadMe.md
index 9e242354f..2432ab56d 100644
--- a/samples/charts/toolbar/actions-built-in-data-chart/ReadMe.md
+++ b/samples/charts/toolbar/actions-built-in-data-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/toolbar/layout-actions-for-data-chart/ReadMe.md b/samples/charts/toolbar/layout-actions-for-data-chart/ReadMe.md
index f9640aa60..840dfde36 100644
--- a/samples/charts/toolbar/layout-actions-for-data-chart/ReadMe.md
+++ b/samples/charts/toolbar/layout-actions-for-data-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/toolbar/layout-in-vertical-orientation/ReadMe.md b/samples/charts/toolbar/layout-in-vertical-orientation/ReadMe.md
index d9ea6fce9..54e467ba6 100644
--- a/samples/charts/toolbar/layout-in-vertical-orientation/ReadMe.md
+++ b/samples/charts/toolbar/layout-in-vertical-orientation/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/toolbar/theming/ReadMe.md b/samples/charts/toolbar/theming/ReadMe.md
index 34d9b7dea..98df7efba 100644
--- a/samples/charts/toolbar/theming/ReadMe.md
+++ b/samples/charts/toolbar/theming/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/tree-map/events/ReadMe.md b/samples/charts/tree-map/events/ReadMe.md
index 29341e9c4..eebeb522f 100644
--- a/samples/charts/tree-map/events/ReadMe.md
+++ b/samples/charts/tree-map/events/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/tree-map/layout/ReadMe.md b/samples/charts/tree-map/layout/ReadMe.md
index 47edb4b1b..d26cbd96b 100644
--- a/samples/charts/tree-map/layout/ReadMe.md
+++ b/samples/charts/tree-map/layout/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/tree-map/overview/ReadMe.md b/samples/charts/tree-map/overview/ReadMe.md
index 26ec58e5b..4a731d1eb 100644
--- a/samples/charts/tree-map/overview/ReadMe.md
+++ b/samples/charts/tree-map/overview/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/tree-map/styling/ReadMe.md b/samples/charts/tree-map/styling/ReadMe.md
index 9a6070fbf..f4b156bc6 100644
--- a/samples/charts/tree-map/styling/ReadMe.md
+++ b/samples/charts/tree-map/styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/charts/zoomslider/overview/ReadMe.md b/samples/charts/zoomslider/overview/ReadMe.md
index ede1f91dc..5678f2176 100644
--- a/samples/charts/zoomslider/overview/ReadMe.md
+++ b/samples/charts/zoomslider/overview/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/excel-library/operations-on-workbooks/ReadMe.md b/samples/excel/excel-library/operations-on-workbooks/ReadMe.md
index b54f3d8ff..980e0bea1 100644
--- a/samples/excel/excel-library/operations-on-workbooks/ReadMe.md
+++ b/samples/excel/excel-library/operations-on-workbooks/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/excel-library/operations-on-worksheets/ReadMe.md b/samples/excel/excel-library/operations-on-worksheets/ReadMe.md
index 3b269f710..235499c0f 100644
--- a/samples/excel/excel-library/operations-on-worksheets/ReadMe.md
+++ b/samples/excel/excel-library/operations-on-worksheets/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/excel-library/overview/ReadMe.md b/samples/excel/excel-library/overview/ReadMe.md
index 755239278..073411aa2 100644
--- a/samples/excel/excel-library/overview/ReadMe.md
+++ b/samples/excel/excel-library/overview/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/excel-library/working-with-cells/ReadMe.md b/samples/excel/excel-library/working-with-cells/ReadMe.md
index dc0170d38..865facd83 100644
--- a/samples/excel/excel-library/working-with-cells/ReadMe.md
+++ b/samples/excel/excel-library/working-with-cells/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/excel-library/working-with-charts/ReadMe.md b/samples/excel/excel-library/working-with-charts/ReadMe.md
index 08cd5dd8d..26524b860 100644
--- a/samples/excel/excel-library/working-with-charts/ReadMe.md
+++ b/samples/excel/excel-library/working-with-charts/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/excel-library/working-with-sparklines/ReadMe.md b/samples/excel/excel-library/working-with-sparklines/ReadMe.md
index 18c7f9517..eda79e574 100644
--- a/samples/excel/excel-library/working-with-sparklines/ReadMe.md
+++ b/samples/excel/excel-library/working-with-sparklines/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/excel-library/working-with-tables/ReadMe.md b/samples/excel/excel-library/working-with-tables/ReadMe.md
index 9b8552d85..7a6eddec5 100644
--- a/samples/excel/excel-library/working-with-tables/ReadMe.md
+++ b/samples/excel/excel-library/working-with-tables/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/spreadsheet/activation/ReadMe.md b/samples/excel/spreadsheet/activation/ReadMe.md
index f3c82eaee..370b92912 100644
--- a/samples/excel/spreadsheet/activation/ReadMe.md
+++ b/samples/excel/spreadsheet/activation/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/spreadsheet/adapter-chart/ReadMe.md b/samples/excel/spreadsheet/adapter-chart/ReadMe.md
index 96f733b88..cb5b7174b 100644
--- a/samples/excel/spreadsheet/adapter-chart/ReadMe.md
+++ b/samples/excel/spreadsheet/adapter-chart/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/spreadsheet/adapter-combo/ReadMe.md b/samples/excel/spreadsheet/adapter-combo/ReadMe.md
index 9744275e6..209385214 100644
--- a/samples/excel/spreadsheet/adapter-combo/ReadMe.md
+++ b/samples/excel/spreadsheet/adapter-combo/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/spreadsheet/clipboard/ReadMe.md b/samples/excel/spreadsheet/clipboard/ReadMe.md
index d08408ae6..91485f564 100644
--- a/samples/excel/spreadsheet/clipboard/ReadMe.md
+++ b/samples/excel/spreadsheet/clipboard/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/spreadsheet/commands/ReadMe.md b/samples/excel/spreadsheet/commands/ReadMe.md
index 19a92a55a..fcc0705e2 100644
--- a/samples/excel/spreadsheet/commands/ReadMe.md
+++ b/samples/excel/spreadsheet/commands/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/spreadsheet/conditional-formatting/ReadMe.md b/samples/excel/spreadsheet/conditional-formatting/ReadMe.md
index 6bb10dc6f..810fbd4f6 100644
--- a/samples/excel/spreadsheet/conditional-formatting/ReadMe.md
+++ b/samples/excel/spreadsheet/conditional-formatting/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/spreadsheet/config-options/ReadMe.md b/samples/excel/spreadsheet/config-options/ReadMe.md
index 36e244f33..bb349209c 100644
--- a/samples/excel/spreadsheet/config-options/ReadMe.md
+++ b/samples/excel/spreadsheet/config-options/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/spreadsheet/data-validation/ReadMe.md b/samples/excel/spreadsheet/data-validation/ReadMe.md
index 756f0a4b5..b5d7e6617 100644
--- a/samples/excel/spreadsheet/data-validation/ReadMe.md
+++ b/samples/excel/spreadsheet/data-validation/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/spreadsheet/hyperlinks/ReadMe.md b/samples/excel/spreadsheet/hyperlinks/ReadMe.md
index f1fa003da..f07340da6 100644
--- a/samples/excel/spreadsheet/hyperlinks/ReadMe.md
+++ b/samples/excel/spreadsheet/hyperlinks/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/excel/spreadsheet/overview/ReadMe.md b/samples/excel/spreadsheet/overview/ReadMe.md
index 3c0c38ac5..22383b86f 100644
--- a/samples/excel/spreadsheet/overview/ReadMe.md
+++ b/samples/excel/spreadsheet/overview/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/bullet-graph/animation/ReadMe.md b/samples/gauges/bullet-graph/animation/ReadMe.md
index f30613f62..da3a546bf 100644
--- a/samples/gauges/bullet-graph/animation/ReadMe.md
+++ b/samples/gauges/bullet-graph/animation/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/bullet-graph/background/ReadMe.md b/samples/gauges/bullet-graph/background/ReadMe.md
index 0e7a67dc7..959375400 100644
--- a/samples/gauges/bullet-graph/background/ReadMe.md
+++ b/samples/gauges/bullet-graph/background/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/bullet-graph/labels/ReadMe.md b/samples/gauges/bullet-graph/labels/ReadMe.md
index 606c0b049..d487d0232 100644
--- a/samples/gauges/bullet-graph/labels/ReadMe.md
+++ b/samples/gauges/bullet-graph/labels/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/bullet-graph/measures/ReadMe.md b/samples/gauges/bullet-graph/measures/ReadMe.md
index 1ea85e6d8..4af067005 100644
--- a/samples/gauges/bullet-graph/measures/ReadMe.md
+++ b/samples/gauges/bullet-graph/measures/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/bullet-graph/ranges/ReadMe.md b/samples/gauges/bullet-graph/ranges/ReadMe.md
index f9796a16b..05ce72f8e 100644
--- a/samples/gauges/bullet-graph/ranges/ReadMe.md
+++ b/samples/gauges/bullet-graph/ranges/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/bullet-graph/scale/ReadMe.md b/samples/gauges/bullet-graph/scale/ReadMe.md
index 1e5fbcacf..81eb43605 100644
--- a/samples/gauges/bullet-graph/scale/ReadMe.md
+++ b/samples/gauges/bullet-graph/scale/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/bullet-graph/tickmarks/ReadMe.md b/samples/gauges/bullet-graph/tickmarks/ReadMe.md
index 5fd4570cd..f4de9e703 100644
--- a/samples/gauges/bullet-graph/tickmarks/ReadMe.md
+++ b/samples/gauges/bullet-graph/tickmarks/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/linear-gauge/animation/ReadMe.md b/samples/gauges/linear-gauge/animation/ReadMe.md
index 81a9c9e7f..686100676 100644
--- a/samples/gauges/linear-gauge/animation/ReadMe.md
+++ b/samples/gauges/linear-gauge/animation/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/linear-gauge/backing/ReadMe.md b/samples/gauges/linear-gauge/backing/ReadMe.md
index 892299a98..fb0ca2c6c 100644
--- a/samples/gauges/linear-gauge/backing/ReadMe.md
+++ b/samples/gauges/linear-gauge/backing/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/linear-gauge/labels/ReadMe.md b/samples/gauges/linear-gauge/labels/ReadMe.md
index bac5f0368..3e1774f36 100644
--- a/samples/gauges/linear-gauge/labels/ReadMe.md
+++ b/samples/gauges/linear-gauge/labels/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/linear-gauge/needle/ReadMe.md b/samples/gauges/linear-gauge/needle/ReadMe.md
index be41d6f16..d26bbcf47 100644
--- a/samples/gauges/linear-gauge/needle/ReadMe.md
+++ b/samples/gauges/linear-gauge/needle/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/linear-gauge/ranges/ReadMe.md b/samples/gauges/linear-gauge/ranges/ReadMe.md
index cce246c84..eccc942b9 100644
--- a/samples/gauges/linear-gauge/ranges/ReadMe.md
+++ b/samples/gauges/linear-gauge/ranges/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/linear-gauge/scale/ReadMe.md b/samples/gauges/linear-gauge/scale/ReadMe.md
index 4bf6b5a7b..25a46a448 100644
--- a/samples/gauges/linear-gauge/scale/ReadMe.md
+++ b/samples/gauges/linear-gauge/scale/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/linear-gauge/tickmarks/ReadMe.md b/samples/gauges/linear-gauge/tickmarks/ReadMe.md
index bb6813106..6a8e35466 100644
--- a/samples/gauges/linear-gauge/tickmarks/ReadMe.md
+++ b/samples/gauges/linear-gauge/tickmarks/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/radial-gauge/animation/ReadMe.md b/samples/gauges/radial-gauge/animation/ReadMe.md
index 7ecea31ec..1fac54284 100644
--- a/samples/gauges/radial-gauge/animation/ReadMe.md
+++ b/samples/gauges/radial-gauge/animation/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/radial-gauge/backing/ReadMe.md b/samples/gauges/radial-gauge/backing/ReadMe.md
index 0af24d149..5c90d11d1 100644
--- a/samples/gauges/radial-gauge/backing/ReadMe.md
+++ b/samples/gauges/radial-gauge/backing/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/radial-gauge/labels/ReadMe.md b/samples/gauges/radial-gauge/labels/ReadMe.md
index a6a5b4f33..97a6b2342 100644
--- a/samples/gauges/radial-gauge/labels/ReadMe.md
+++ b/samples/gauges/radial-gauge/labels/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/radial-gauge/needle/ReadMe.md b/samples/gauges/radial-gauge/needle/ReadMe.md
index 17a2541f8..008e27710 100644
--- a/samples/gauges/radial-gauge/needle/ReadMe.md
+++ b/samples/gauges/radial-gauge/needle/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/radial-gauge/ranges/ReadMe.md b/samples/gauges/radial-gauge/ranges/ReadMe.md
index b26f4f644..b46b99bc9 100644
--- a/samples/gauges/radial-gauge/ranges/ReadMe.md
+++ b/samples/gauges/radial-gauge/ranges/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/radial-gauge/scale/ReadMe.md b/samples/gauges/radial-gauge/scale/ReadMe.md
index 69c6c4a69..9dc8d570b 100644
--- a/samples/gauges/radial-gauge/scale/ReadMe.md
+++ b/samples/gauges/radial-gauge/scale/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/gauges/radial-gauge/tickmarks/ReadMe.md b/samples/gauges/radial-gauge/tickmarks/ReadMe.md
index 94a6f1ebe..809755a11 100644
--- a/samples/gauges/radial-gauge/tickmarks/ReadMe.md
+++ b/samples/gauges/radial-gauge/tickmarks/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/binding-data-csv/ReadMe.md b/samples/maps/geo-map/binding-data-csv/ReadMe.md
index 2af6a44f2..50e17a3e0 100644
--- a/samples/maps/geo-map/binding-data-csv/ReadMe.md
+++ b/samples/maps/geo-map/binding-data-csv/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/binding-data-json-points/ReadMe.md b/samples/maps/geo-map/binding-data-json-points/ReadMe.md
index 7590472f2..218e8d37e 100644
--- a/samples/maps/geo-map/binding-data-json-points/ReadMe.md
+++ b/samples/maps/geo-map/binding-data-json-points/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/binding-data-model/ReadMe.md b/samples/maps/geo-map/binding-data-model/ReadMe.md
index fb0aee192..8a3371b82 100644
--- a/samples/maps/geo-map/binding-data-model/ReadMe.md
+++ b/samples/maps/geo-map/binding-data-model/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/binding-multiple-shapes/ReadMe.md b/samples/maps/geo-map/binding-multiple-shapes/ReadMe.md
index e35d02106..f82262228 100644
--- a/samples/maps/geo-map/binding-multiple-shapes/ReadMe.md
+++ b/samples/maps/geo-map/binding-multiple-shapes/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/binding-multiple-sources/ReadMe.md b/samples/maps/geo-map/binding-multiple-sources/ReadMe.md
index b98a1c753..6372df4a4 100644
--- a/samples/maps/geo-map/binding-multiple-sources/ReadMe.md
+++ b/samples/maps/geo-map/binding-multiple-sources/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/binding-shp-points/ReadMe.md b/samples/maps/geo-map/binding-shp-points/ReadMe.md
index 66bcbf751..4eaee8717 100644
--- a/samples/maps/geo-map/binding-shp-points/ReadMe.md
+++ b/samples/maps/geo-map/binding-shp-points/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/binding-shp-polygons/ReadMe.md b/samples/maps/geo-map/binding-shp-polygons/ReadMe.md
index 7d268947b..cffc30590 100644
--- a/samples/maps/geo-map/binding-shp-polygons/ReadMe.md
+++ b/samples/maps/geo-map/binding-shp-polygons/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/binding-shp-polylines/ReadMe.md b/samples/maps/geo-map/binding-shp-polylines/ReadMe.md
index 62e794118..5ab062758 100644
--- a/samples/maps/geo-map/binding-shp-polylines/ReadMe.md
+++ b/samples/maps/geo-map/binding-shp-polylines/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/custom-tooltips/ReadMe.md b/samples/maps/geo-map/custom-tooltips/ReadMe.md
index e1767ed70..dd9cc1433 100644
--- a/samples/maps/geo-map/custom-tooltips/ReadMe.md
+++ b/samples/maps/geo-map/custom-tooltips/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/display-bing-imagery/ReadMe.md b/samples/maps/geo-map/display-bing-imagery/ReadMe.md
index 090975e1f..7bf198026 100644
--- a/samples/maps/geo-map/display-bing-imagery/ReadMe.md
+++ b/samples/maps/geo-map/display-bing-imagery/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/display-esri-imagery/ReadMe.md b/samples/maps/geo-map/display-esri-imagery/ReadMe.md
index 66a3713fd..f1571d730 100644
--- a/samples/maps/geo-map/display-esri-imagery/ReadMe.md
+++ b/samples/maps/geo-map/display-esri-imagery/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/display-heat-imagery/ReadMe.md b/samples/maps/geo-map/display-heat-imagery/ReadMe.md
index a6feb07f1..6f1b2b863 100644
--- a/samples/maps/geo-map/display-heat-imagery/ReadMe.md
+++ b/samples/maps/geo-map/display-heat-imagery/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/display-osm-imagery/ReadMe.md b/samples/maps/geo-map/display-osm-imagery/ReadMe.md
index a872b8591..bf76e1384 100644
--- a/samples/maps/geo-map/display-osm-imagery/ReadMe.md
+++ b/samples/maps/geo-map/display-osm-imagery/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/marker-layouts/ReadMe.md b/samples/maps/geo-map/marker-layouts/ReadMe.md
index fbb3f7e95..afa2d2309 100644
--- a/samples/maps/geo-map/marker-layouts/ReadMe.md
+++ b/samples/maps/geo-map/marker-layouts/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/marker-template/ReadMe.md b/samples/maps/geo-map/marker-template/ReadMe.md
index af84c2cb5..ecb97036b 100644
--- a/samples/maps/geo-map/marker-template/ReadMe.md
+++ b/samples/maps/geo-map/marker-template/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/marker-type/ReadMe.md b/samples/maps/geo-map/marker-type/ReadMe.md
index cf823d6cc..73d1350fc 100644
--- a/samples/maps/geo-map/marker-type/ReadMe.md
+++ b/samples/maps/geo-map/marker-type/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/navigation/ReadMe.md b/samples/maps/geo-map/navigation/ReadMe.md
index 5af0d82d3..e52b8e253 100644
--- a/samples/maps/geo-map/navigation/ReadMe.md
+++ b/samples/maps/geo-map/navigation/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/overview/ReadMe.md b/samples/maps/geo-map/overview/ReadMe.md
index 842229370..b92fefea3 100644
--- a/samples/maps/geo-map/overview/ReadMe.md
+++ b/samples/maps/geo-map/overview/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/shape-styling/ReadMe.md b/samples/maps/geo-map/shape-styling/ReadMe.md
index be81b0f23..7c0009611 100644
--- a/samples/maps/geo-map/shape-styling/ReadMe.md
+++ b/samples/maps/geo-map/shape-styling/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/triangulating-data/ReadMe.md b/samples/maps/geo-map/triangulating-data/ReadMe.md
index 2feeb810f..6ee8fa321 100644
--- a/samples/maps/geo-map/triangulating-data/ReadMe.md
+++ b/samples/maps/geo-map/triangulating-data/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/type-scatter-area-series/ReadMe.md b/samples/maps/geo-map/type-scatter-area-series/ReadMe.md
index e47f44f45..144150b11 100644
--- a/samples/maps/geo-map/type-scatter-area-series/ReadMe.md
+++ b/samples/maps/geo-map/type-scatter-area-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/type-scatter-bubble-series/ReadMe.md b/samples/maps/geo-map/type-scatter-bubble-series/ReadMe.md
index f2b6bf871..19b210f15 100644
--- a/samples/maps/geo-map/type-scatter-bubble-series/ReadMe.md
+++ b/samples/maps/geo-map/type-scatter-bubble-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/type-scatter-contour-series/ReadMe.md b/samples/maps/geo-map/type-scatter-contour-series/ReadMe.md
index 7a446962f..74f7fff4a 100644
--- a/samples/maps/geo-map/type-scatter-contour-series/ReadMe.md
+++ b/samples/maps/geo-map/type-scatter-contour-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/type-scatter-density-series/ReadMe.md b/samples/maps/geo-map/type-scatter-density-series/ReadMe.md
index 8300ac7c2..d8728e0c7 100644
--- a/samples/maps/geo-map/type-scatter-density-series/ReadMe.md
+++ b/samples/maps/geo-map/type-scatter-density-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/type-scatter-symbol-series/ReadMe.md b/samples/maps/geo-map/type-scatter-symbol-series/ReadMe.md
index 0eccd79d9..a0c8211e7 100644
--- a/samples/maps/geo-map/type-scatter-symbol-series/ReadMe.md
+++ b/samples/maps/geo-map/type-scatter-symbol-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/type-shape-polygon-series/ReadMe.md b/samples/maps/geo-map/type-shape-polygon-series/ReadMe.md
index e46d5f552..99595521a 100644
--- a/samples/maps/geo-map/type-shape-polygon-series/ReadMe.md
+++ b/samples/maps/geo-map/type-shape-polygon-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/maps/geo-map/type-shape-polyline-series/ReadMe.md b/samples/maps/geo-map/type-shape-polyline-series/ReadMe.md
index a15dab832..88c0ef1d1 100644
--- a/samples/maps/geo-map/type-shape-polyline-series/ReadMe.md
+++ b/samples/maps/geo-map/type-shape-polyline-series/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```
diff --git a/samples/templates/ReadMe.md b/samples/templates/ReadMe.md
index 687fc1c4c..e8836809a 100644
--- a/samples/templates/ReadMe.md
+++ b/samples/templates/ReadMe.md
@@ -38,7 +38,7 @@ code .
In terminal window, run:
```
-npm install
+npm install --legacy-peer-deps
npm run-script start
```