Skip to content

Commit 573835c

Browse files
feat!: Tremor v4 \n\n BREAKING CHANGE
BREAKING CHANGE: feat!: Tremor v4 \n\n BREAKING CHANGE
1 parent a5a3439 commit 573835c

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

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

-34
Original file line numberDiff line numberDiff line change
@@ -347,40 +347,6 @@ export const Padding: Story = {
347347
},
348348
};
349349

350-
// keep because of if statement
351-
// const ResponsiveTemplate: ComponentStory<typeof AreaChart> = (args) => {
352-
// if (args.onValueChange?.length === 0) {
353-
// args.onValueChange = undefined;
354-
// }
355-
356-
// return (
357-
// <>
358-
// <Title>Desktop</Title>
359-
// <Card>
360-
// <AreaChart {...args} yAxisWidth={60} />
361-
// </Card>
362-
// <Title className="mt-5">Mobile</Title>
363-
// <div className="w-64">
364-
// <Card>
365-
// <AreaChart {...args} yAxisWidth={60} />
366-
// </Card>
367-
// </div>
368-
// </>
369-
// );
370-
// };
371-
372-
// const DefaultTemplate: ComponentStory<typeof AreaChart> = ({ ...args }) => {
373-
// if (args.onValueChange?.length === 0) {
374-
// args.onValueChange = undefined;
375-
// }
376-
377-
// return (
378-
// <Card>
379-
// <AreaChart {...args} yAxisWidth={60} />
380-
// </Card>
381-
// );
382-
//
383-
384350
export const tickGap: Story = {
385351
args: {
386352
data: longBaseChartData,

0 commit comments

Comments
 (0)