Skip to content

Commit

Permalink
fix stories
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbalonperin committed Jun 8, 2024
1 parent 68f8700 commit 3a18491
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/stories/chart-elements/AreaChart.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ export const DataLabelsFunction: Story = {
args: {
renderLabel: renderCustomizedLabel,
},
}
};

export const ShowAxisLine: Story = {
args: {
Expand Down
4 changes: 2 additions & 2 deletions src/stories/chart-elements/BarChart.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ export const xAxisNoPadding: Story = {
args: {
xAxisPadding: 0,
},
}
};

export const DataLabelsSimple: Story = {
args: {
Expand All @@ -418,7 +418,7 @@ export const DataLabelsFunction: Story = {
args: {
renderLabel: renderCustomizedLabel,
},
}
};

export const ShowAxisLine: Story = {
args: {
Expand Down
2 changes: 1 addition & 1 deletion src/stories/chart-elements/LineChart.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ export const DataLabelsFunction: Story = {
args: {
renderLabel: renderCustomizedLabel,
},
}
};

export const ShowAxisLine: Story = {
args: {
Expand Down

0 comments on commit 3a18491

Please sign in to comment.