From 573835c399feb0531e9bfecc09f7925391951241 Mon Sep 17 00:00:00 2001 From: severinlandolt Date: Thu, 12 Dec 2024 16:06:24 +0100 Subject: [PATCH] feat!: Tremor v4 \n\n BREAKING CHANGE BREAKING CHANGE: feat!: Tremor v4 \n\n BREAKING CHANGE --- .../chart-elements/AreaChart.stories.tsx | 34 ------------------- 1 file changed, 34 deletions(-) diff --git a/src/stories/chart-elements/AreaChart.stories.tsx b/src/stories/chart-elements/AreaChart.stories.tsx index e58b52e3..21e5fdc2 100644 --- a/src/stories/chart-elements/AreaChart.stories.tsx +++ b/src/stories/chart-elements/AreaChart.stories.tsx @@ -347,40 +347,6 @@ export const Padding: Story = { }, }; -// keep because of if statement -// const ResponsiveTemplate: ComponentStory = (args) => { -// if (args.onValueChange?.length === 0) { -// args.onValueChange = undefined; -// } - -// return ( -// <> -// Desktop -// -// -// -// Mobile -//
-// -// -// -//
-// -// ); -// }; - -// const DefaultTemplate: ComponentStory = ({ ...args }) => { -// if (args.onValueChange?.length === 0) { -// args.onValueChange = undefined; -// } - -// return ( -// -// -// -// ); -// - export const tickGap: Story = { args: { data: longBaseChartData,