Skip to content

Commit 3a18491

Browse files
fix stories
1 parent 68f8700 commit 3a18491

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ export const DataLabelsFunction: Story = {
395395
args: {
396396
renderLabel: renderCustomizedLabel,
397397
},
398-
}
398+
};
399399

400400
export const ShowAxisLine: Story = {
401401
args: {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ export const xAxisNoPadding: Story = {
392392
args: {
393393
xAxisPadding: 0,
394394
},
395-
}
395+
};
396396

397397
export const DataLabelsSimple: Story = {
398398
args: {
@@ -418,7 +418,7 @@ export const DataLabelsFunction: Story = {
418418
args: {
419419
renderLabel: renderCustomizedLabel,
420420
},
421-
}
421+
};
422422

423423
export const ShowAxisLine: Story = {
424424
args: {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ export const DataLabelsFunction: Story = {
355355
args: {
356356
renderLabel: renderCustomizedLabel,
357357
},
358-
}
358+
};
359359

360360
export const ShowAxisLine: Story = {
361361
args: {

0 commit comments

Comments
 (0)