File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/stories/chart-elements Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ export const DataLabelsFunction: Story = {
395
395
args : {
396
396
renderLabel : renderCustomizedLabel ,
397
397
} ,
398
- }
398
+ } ;
399
399
400
400
export const ShowAxisLine : Story = {
401
401
args : {
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ export const xAxisNoPadding: Story = {
392
392
args : {
393
393
xAxisPadding : 0 ,
394
394
} ,
395
- }
395
+ } ;
396
396
397
397
export const DataLabelsSimple : Story = {
398
398
args : {
@@ -418,7 +418,7 @@ export const DataLabelsFunction: Story = {
418
418
args : {
419
419
renderLabel : renderCustomizedLabel ,
420
420
} ,
421
- }
421
+ } ;
422
422
423
423
export const ShowAxisLine : Story = {
424
424
args : {
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ export const DataLabelsFunction: Story = {
355
355
args : {
356
356
renderLabel : renderCustomizedLabel ,
357
357
} ,
358
- }
358
+ } ;
359
359
360
360
export const ShowAxisLine : Story = {
361
361
args : {
You can’t perform that action at this time.
0 commit comments