We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e74b73 commit 6b1f8a5Copy full SHA for 6b1f8a5
src/stories/chart-elements/AreaChart.stories.tsx
@@ -37,20 +37,7 @@ const DefaultTemplate: ComponentStory<typeof AreaChart> = ({ ...args }) => (
37
export const DefaultResponsive = ResponsiveTemplate.bind({});
38
// More on args: https://storybook.js.org/docs/react/writing-stories/args
39
DefaultResponsive.args = {
40
- data: [
41
- {
42
- month: "Jan 21'",
43
- Sales: 3,
44
- },
45
46
- month: "Feb 21'",
47
- Sales: 1,
48
49
50
- month: "Mar 21'",
51
- Sales: 2,
52
53
- ],
+ data: data,
54
categories: ["Sales", "Successful Payments"],
55
index: "month",
56
};
0 commit comments