Skip to content

Commit 6b1f8a5

Browse files
authored
fix: trigger release (#462)
1 parent 6e74b73 commit 6b1f8a5

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

src/stories/chart-elements/AreaChart.stories.tsx

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,7 @@ const DefaultTemplate: ComponentStory<typeof AreaChart> = ({ ...args }) => (
3737
export const DefaultResponsive = ResponsiveTemplate.bind({});
3838
// More on args: https://storybook.js.org/docs/react/writing-stories/args
3939
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-
],
40+
data: data,
5441
categories: ["Sales", "Successful Payments"],
5542
index: "month",
5643
};

0 commit comments

Comments
 (0)