diff --git a/src/stories/chart-elements/AreaChart.stories.tsx b/src/stories/chart-elements/AreaChart.stories.tsx index 05200adde..f74caf819 100644 --- a/src/stories/chart-elements/AreaChart.stories.tsx +++ b/src/stories/chart-elements/AreaChart.stories.tsx @@ -395,7 +395,7 @@ export const DataLabelsFunction: Story = { args: { renderLabel: renderCustomizedLabel, }, -} +}; export const ShowAxisLine: Story = { args: { diff --git a/src/stories/chart-elements/BarChart.stories.tsx b/src/stories/chart-elements/BarChart.stories.tsx index 1825ee48e..feb854e5c 100644 --- a/src/stories/chart-elements/BarChart.stories.tsx +++ b/src/stories/chart-elements/BarChart.stories.tsx @@ -392,7 +392,7 @@ export const xAxisNoPadding: Story = { args: { xAxisPadding: 0, }, -} +}; export const DataLabelsSimple: Story = { args: { @@ -418,7 +418,7 @@ export const DataLabelsFunction: Story = { args: { renderLabel: renderCustomizedLabel, }, -} +}; export const ShowAxisLine: Story = { args: { diff --git a/src/stories/chart-elements/LineChart.stories.tsx b/src/stories/chart-elements/LineChart.stories.tsx index c1d4fe8d8..9ec9b7649 100644 --- a/src/stories/chart-elements/LineChart.stories.tsx +++ b/src/stories/chart-elements/LineChart.stories.tsx @@ -355,7 +355,7 @@ export const DataLabelsFunction: Story = { args: { renderLabel: renderCustomizedLabel, }, -} +}; export const ShowAxisLine: Story = { args: {