Skip to content

Commit e1dc03d

Browse files
committed
missing telemetry
1 parent 7bae893 commit e1dc03d

File tree

25 files changed

+71
-2
lines changed

25 files changed

+71
-2
lines changed

docs/documentation/docs/controls/ListView.ContextualMenu.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,5 @@ The result will look like the following:
106106
Once you click on an action, you will see the alert:
107107

108108
![ContextualMenu_clicked](../assets/ListView.ContextualMenu_clicked.png)
109+
110+
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/ListViewContextualMenu)

docs/documentation/docs/controls/Pagination.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ The Pagination control can be configured with the following properties:
5151
| hideFirstPageJump | boolean | no | Hide the quick jump to the first page | false |
5252
| hideLastPageJump | boolean | no | Hide the quick jump to the last page | false |
5353
| limiterIcon | string | no | Limitir icon form Fluent IU | More |
54+
55+
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/Pagination)

docs/documentation/docs/controls/TaxonomyPicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,4 @@ Enum `UpdateType`
229229
| disableTerm |
230230
| selectTerm |
231231

232-
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/Placeholder)
232+
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/TaxonomyPicker)

docs/documentation/docs/controls/TreeView.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,4 +250,4 @@ items: [
250250
private skypeCheckIcon: IIconProps = { iconName: 'SkypeCheck' };
251251
```
252252
253-
253+
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/TreeView)

docs/documentation/docs/controls/charts/BarChart.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,3 +380,6 @@ The following configuration options are specific to bar charts:
380380
## For More Information
381381
382382
For more information on what options are available with Bar charts, refer to the [Bar Chart documentation](https://www.chartjs.org/docs/latest/charts/bar.html) on [Chart.js](https://www.chartjs.org).
383+
384+
385+
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/charts/BarChart)

docs/documentation/docs/controls/charts/BubbleChart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,5 @@ The `data` property of each dataset item consists of an `x`, `y`, and `r` coordi
107107
## For More Information
108108

109109
For more information on what options are available with Bubble charts, refer to the [Bubble Chart documentation](https://www.chartjs.org/docs/latest/charts/bubble.html) on [Chart.js](https://www.chartjs.org).
110+
111+
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/charts/BubbleChart)

docs/documentation/docs/controls/charts/DoughnutChart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,5 @@ The following configuration options are specific to doughnut charts:
101101
## For More Information
102102

103103
For more information on what options are available with Doughnut charts, refer to the [Doughnut and Pie documentation](https://www.chartjs.org/docs/latest/charts/doughnut.html) on [Chart.js](https://www.chartjs.org).
104+
105+
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/charts/DoughnutChart)

docs/documentation/docs/controls/charts/LineChart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,3 +452,5 @@ The following configuration options are specific to line charts:
452452
## For More Information
453453

454454
For more information on what options are available with Line charts, refer to the [Line Chart documentation](https://www.chartjs.org/docs/latest/charts/line.html) on [Chart.js](https://www.chartjs.org).
455+
456+
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/charts/LineChart)

docs/documentation/docs/controls/charts/PieChart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,5 @@ The following configuration options are specific to pie charts:
177177
## For More Information
178178

179179
For more information on what options are available with Pie charts, refer to the [Doughtnut and Pie documentation](https://www.chartjs.org/docs/latest/charts/doughnut.html) on [Chart.js](https://www.chartjs.org).
180+
181+
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/charts/PieChart)

docs/documentation/docs/controls/charts/PolarAreaChart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,5 @@ The following configuration options are specific to polar area charts:
9999
## For More Information
100100

101101
For more information on what options are available with Polar Area charts, refer to the [Polar Area documentation](https://www.chartjs.org/docs/latest/charts/polar.html) on [Chart.js](https://www.chartjs.org).
102+
103+
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/charts/PolarAreaChart)

0 commit comments

Comments
 (0)