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 = {
395395 args : {
396396 renderLabel : renderCustomizedLabel ,
397397 } ,
398- }
398+ } ;
399399
400400export const ShowAxisLine : Story = {
401401 args : {
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ export const xAxisNoPadding: Story = {
392392 args : {
393393 xAxisPadding : 0 ,
394394 } ,
395- }
395+ } ;
396396
397397export const DataLabelsSimple : Story = {
398398 args : {
@@ -418,7 +418,7 @@ export const DataLabelsFunction: Story = {
418418 args : {
419419 renderLabel : renderCustomizedLabel ,
420420 } ,
421- }
421+ } ;
422422
423423export const ShowAxisLine : Story = {
424424 args : {
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ export const DataLabelsFunction: Story = {
355355 args : {
356356 renderLabel : renderCustomizedLabel ,
357357 } ,
358- }
358+ } ;
359359
360360export const ShowAxisLine : Story = {
361361 args : {
You can’t perform that action at this time.
0 commit comments