Skip to content

Commit b625487

Browse files
committed
update catalog and images
1 parent 79b643d commit b625487

17 files changed

Lines changed: 90 additions & 6 deletions

docs/src/examples/catalog/Area.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,13 @@
13551355
"lineNumber": 51,
13561356
"line": "<Area line={{ class: 'stroke-2 stroke-primary' }} class=\"fill-primary/20\" />"
13571357
},
1358+
{
1359+
"example": "persist-brush-zoom",
1360+
"component": "LineChart",
1361+
"path": "/docs/components/LineChart/persist-brush-zoom",
1362+
"lineNumber": 83,
1363+
"line": "<Area line={{ class: 'stroke-2 stroke-primary' }} class=\"fill-primary/20\" />"
1364+
},
13581365
{
13591366
"example": "radial-line-with-areas",
13601367
"component": "Spline",
@@ -1503,5 +1510,5 @@
15031510
"line": "<Area"
15041511
}
15051512
],
1506-
"updatedAt": "2026-03-29T03:36:26.383Z"
1513+
"updatedAt": "2026-04-09T04:31:02.765Z"
15071514
}

docs/src/examples/catalog/Chart.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2707,6 +2707,13 @@
27072707
"lineNumber": 30,
27082708
"line": "<Chart"
27092709
},
2710+
{
2711+
"example": "persist-brush-zoom",
2712+
"component": "LineChart",
2713+
"path": "/docs/components/LineChart/persist-brush-zoom",
2714+
"lineNumber": 61,
2715+
"line": "<Chart"
2716+
},
27102717
{
27112718
"example": "line",
27122719
"component": "Marker",
@@ -4115,5 +4122,5 @@
41154122
"line": "<Chart {data} x=\"x\" y=\"y\" height={400}>"
41164123
}
41174124
],
4118-
"updatedAt": "2026-04-08T22:44:10.427Z"
4125+
"updatedAt": "2026-04-09T04:31:03.418Z"
41194126
}

docs/src/examples/catalog/Layer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2634,6 +2634,13 @@
26342634
"lineNumber": 50,
26352635
"line": "<Layer>"
26362636
},
2637+
{
2638+
"example": "persist-brush-zoom",
2639+
"component": "LineChart",
2640+
"path": "/docs/components/LineChart/persist-brush-zoom",
2641+
"lineNumber": 82,
2642+
"line": "<Layer>"
2643+
},
26372644
{
26382645
"example": "line",
26392646
"component": "Marker",
@@ -4063,5 +4070,5 @@
40634070
"line": "<Layer onpointermove={onPointerMove}>"
40644071
}
40654072
],
4066-
"updatedAt": "2026-04-08T22:44:11.379Z"
4073+
"updatedAt": "2026-04-09T04:31:04.653Z"
40674074
}

docs/src/examples/catalog/LineChart.json

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,45 @@
563563
}
564564
]
565565
},
566+
{
567+
"name": "persist-brush-zoom",
568+
"title": "persist brush zoom",
569+
"path": "/docs/components/LineChart/persist-brush-zoom",
570+
"components": [
571+
{
572+
"component": "LineChart",
573+
"lineNumber": 42,
574+
"line": "<LineChart"
575+
},
576+
{
577+
"component": "Chart",
578+
"lineNumber": 61,
579+
"line": "<Chart"
580+
},
581+
{
582+
"component": "Layer",
583+
"lineNumber": 82,
584+
"line": "<Layer>"
585+
},
586+
{
587+
"component": "Area",
588+
"lineNumber": 83,
589+
"line": "<Area line={{ class: 'stroke-2 stroke-primary' }} class=\"fill-primary/20\" />"
590+
}
591+
]
592+
},
593+
{
594+
"name": "persist-series",
595+
"title": "persist series",
596+
"path": "/docs/components/LineChart/persist-series",
597+
"components": [
598+
{
599+
"component": "LineChart",
600+
"lineNumber": 44,
601+
"line": "<LineChart"
602+
}
603+
]
604+
},
566605
{
567606
"name": "point-annotations",
568607
"title": "point annotations",
@@ -1414,6 +1453,20 @@
14141453
"lineNumber": 65,
14151454
"line": "<LineChart"
14161455
},
1456+
{
1457+
"example": "persist-brush-zoom",
1458+
"component": "LineChart",
1459+
"path": "/docs/components/LineChart/persist-brush-zoom",
1460+
"lineNumber": 42,
1461+
"line": "<LineChart"
1462+
},
1463+
{
1464+
"example": "persist-series",
1465+
"component": "LineChart",
1466+
"path": "/docs/components/LineChart/persist-series",
1467+
"lineNumber": 44,
1468+
"line": "<LineChart"
1469+
},
14171470
{
14181471
"example": "point-annotations",
14191472
"component": "LineChart",
@@ -1618,5 +1671,5 @@
16181671
"line": "<LineChart {data} x=\"value\" y=\"date\" orientation=\"vertical\" width={400} height={600} />"
16191672
}
16201673
],
1621-
"updatedAt": "2026-04-08T22:44:11.477Z"
1674+
"updatedAt": "2026-04-09T04:31:04.747Z"
16221675
}
7.67 KB
Loading
14.5 KB
Loading
18.3 KB
Loading
7.18 KB
Loading
13.1 KB
Loading
18.5 KB
Loading

0 commit comments

Comments
 (0)