Skip to content

Commit a986ec4

Browse files
committed
update catalog and screenshots
1 parent e896788 commit a986ec4

10 files changed

Lines changed: 60 additions & 5 deletions

docs/src/examples/catalog/AnnotationLine.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,28 @@
7474
}
7575
]
7676
},
77+
{
78+
"name": "playground",
79+
"title": "playground",
80+
"path": "/docs/components/AnnotationLine/playground",
81+
"components": [
82+
{
83+
"component": "LineChart",
84+
"lineNumber": 76,
85+
"line": "<LineChart"
86+
},
87+
{
88+
"component": "AnnotationLine",
89+
"lineNumber": 85,
90+
"line": "<AnnotationLine"
91+
},
92+
{
93+
"component": "Circle",
94+
"lineNumber": 107,
95+
"line": "<Circle"
96+
}
97+
]
98+
},
7799
{
78100
"name": "slopped",
79101
"title": "slopped",
@@ -172,6 +194,13 @@
172194
"lineNumber": 26,
173195
"line": "<AnnotationLine"
174196
},
197+
{
198+
"example": "playground",
199+
"component": "AnnotationLine",
200+
"path": "/docs/components/AnnotationLine/playground",
201+
"lineNumber": 85,
202+
"line": "<AnnotationLine"
203+
},
175204
{
176205
"example": "slopped",
177206
"component": "AnnotationLine",
@@ -320,5 +349,5 @@
320349
"line": "<AnnotationLine"
321350
}
322351
],
323-
"updatedAt": "2026-04-21T13:21:31.505Z"
352+
"updatedAt": "2026-04-21T13:52:38.972Z"
324353
}

docs/src/examples/catalog/Circle.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,20 @@
170170
}
171171
],
172172
"usage": [
173+
{
174+
"example": "playground",
175+
"component": "AnnotationLine",
176+
"path": "/docs/components/AnnotationLine/playground",
177+
"lineNumber": 107,
178+
"line": "<Circle"
179+
},
180+
{
181+
"example": "playground",
182+
"component": "AnnotationLine",
183+
"path": "/docs/components/AnnotationLine/playground",
184+
"lineNumber": 121,
185+
"line": "<Circle"
186+
},
173187
{
174188
"example": "playground",
175189
"component": "AnnotationPoint",
@@ -990,5 +1004,5 @@
9901004
"line": "<Circle cx={point.x} cy={point.y} r={4} class=\"fill-primary\" />"
9911005
}
9921006
],
993-
"updatedAt": "2026-04-21T13:21:32.123Z"
1007+
"updatedAt": "2026-04-21T13:52:39.826Z"
9941008
}

docs/src/examples/catalog/LineChart.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,13 @@
10331033
"lineNumber": 13,
10341034
"line": "<LineChart {data} x=\"date\" y=\"value\" height={300} padding={{ top: 10, bottom: 20, left: 25 }}>"
10351035
},
1036+
{
1037+
"example": "playground",
1038+
"component": "AnnotationLine",
1039+
"path": "/docs/components/AnnotationLine/playground",
1040+
"lineNumber": 76,
1041+
"line": "<LineChart"
1042+
},
10361043
{
10371044
"example": "slopped",
10381045
"component": "AnnotationLine",
@@ -1685,5 +1692,5 @@
16851692
"line": "<LineChart"
16861693
}
16871694
],
1688-
"updatedAt": "2026-04-21T13:21:32.845Z"
1695+
"updatedAt": "2026-04-21T13:52:40.793Z"
16891696
}
6.63 KB
Loading
11.5 KB
Loading
15.8 KB
Loading
6.09 KB
Loading
10.8 KB
Loading
15.9 KB
Loading

docs/static/screenshots/index.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"generatedAt": "2026-04-21T13:21:31.071Z",
2+
"generatedAt": "2026-04-21T13:52:38.533Z",
33
"totalComponents": 76,
4-
"totalExamples": 891,
4+
"totalExamples": 892,
55
"components": [
66
{
77
"component": "AnnotationLine",
@@ -26,6 +26,11 @@
2626
"path": "/example/AnnotationLine/horizontal-with-range",
2727
"checksum": "1d7f1b1e8d70f2188cc0832aac47e5e4"
2828
},
29+
{
30+
"name": "playground",
31+
"path": "/example/AnnotationLine/playground",
32+
"checksum": "de3d447ad6d2db0d096b638e29448f3f"
33+
},
2934
{
3035
"name": "slopped",
3136
"path": "/example/AnnotationLine/slopped",

0 commit comments

Comments
 (0)