Skip to content

Commit 4d2811a

Browse files
committed
feat: add some bar chart examples
1 parent e2d0477 commit 4d2811a

File tree

3 files changed

+403
-2
lines changed

3 files changed

+403
-2
lines changed

.storybook/preview.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ const preview: Preview = {
1414
codePanel: true,
1515
theme: themes.dark,
1616
},
17+
options: {
18+
storySort: {
19+
order: ['Line', 'Bar'],
20+
},
21+
},
1722
} satisfies (CoreTypes & DocsTypes)['parameters'],
1823
decorators: [
1924
(Story) => {

0 commit comments

Comments
 (0)