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,