Skip to content

Commit 8ce1135

Browse files
committed
docs: add tags
1 parent ec62d34 commit 8ce1135

File tree

9 files changed

+18
-0
lines changed

9 files changed

+18
-0
lines changed

website/docs/components/bar.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
description: Description of Bar component from react-chartjs-2.
3+
tags:
4+
- Bar Chart
35
---
46

57
import PropsTable from '../../src/components/PropsTable'

website/docs/components/bubble.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
description: Description of Bubble component from react-chartjs-2.
3+
tags:
4+
- Bubble Chart
35
---
46

57
import PropsTable from '../../src/components/PropsTable'

website/docs/components/chart.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
description: Description of Chart component from react-chartjs-2.
3+
tags:
4+
- Chart
35
---
46

57
import PropsTable from '../../src/components/PropsTable'

website/docs/components/doughnut.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
description: Description of Doughnut component from react-chartjs-2.
3+
tags:
4+
- Doughnut Chart
35
---
46

57
import PropsTable from '../../src/components/PropsTable'

website/docs/components/line.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
description: Description of Line component from react-chartjs-2.
3+
tags:
4+
- Line Chart
35
---
46

57
import PropsTable from '../../src/components/PropsTable'

website/docs/components/pie.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
description: Description of Pie component from react-chartjs-2.
3+
tags:
4+
- Pie Chart
35
---
46

57
import PropsTable from '../../src/components/PropsTable'

website/docs/components/polar-area.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
description: Description of PolarArea component from react-chartjs-2.
3+
tags:
4+
- Polar Area Chart
35
---
46

57
import PropsTable from '../../src/components/PropsTable'

website/docs/components/radar.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
description: Description of Radar component from react-chartjs-2.
3+
tags:
4+
- Radar Chart
35
---
46

57
import PropsTable from '../../src/components/PropsTable'

website/docs/components/scatter.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
description: Description of Scatter component from react-chartjs-2.
3+
tags:
4+
- Scatter Chart
35
---
46

57
import PropsTable from '../../src/components/PropsTable'

0 commit comments

Comments
 (0)