Skip to content

Commit bdc5368

Browse files
committed
feat: add some pie chart examples
1 parent 6968839 commit bdc5368

File tree

5 files changed

+283
-179
lines changed

5 files changed

+283
-179
lines changed

.storybook/preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const preview: Preview = {
1616
},
1717
options: {
1818
storySort: {
19-
order: ['README', 'Line', 'Bar'],
19+
order: ['README', 'Line', 'Bar', 'Pie'],
2020
},
2121
},
2222
} satisfies (CoreTypes & DocsTypes)['parameters'],

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
"lint": "tsc --noEmit"
3333
},
3434
"devDependencies": {
35-
"@rsbuild/core": "^1.5.1",
36-
"@rsbuild/plugin-react": "^1.3.5",
37-
"@storybook/addon-docs": "^9.1.3",
38-
"@storybook/react": "^9.1.3",
35+
"@rsbuild/core": "^1.5.3",
36+
"@rsbuild/plugin-react": "^1.4.0",
37+
"@storybook/addon-docs": "^9.1.4",
38+
"@storybook/react": "^9.1.4",
3939
"@types/node": "^24.3.0",
4040
"@types/react": "^19.1.12",
41-
"@types/react-dom": "^19.1.8",
41+
"@types/react-dom": "^19.1.9",
4242
"echarts": "^6.0.0",
4343
"react": "^19.1.1",
4444
"react-dom": "^19.1.1",
45-
"storybook": "^9.1.3",
45+
"storybook": "^9.1.4",
4646
"storybook-react-rsbuild": "^2.1.0",
4747
"swr": "^2.3.6",
4848
"tsdown": "^0.14.2",
@@ -53,5 +53,5 @@
5353
"react": ">=18.0.0",
5454
"react-dom": ">=18.0.0"
5555
},
56-
"packageManager": "pnpm@10.15.0"
56+
"packageManager": "pnpm@10.15.1"
5757
}

0 commit comments

Comments
 (0)