8000 option guard · acegg/plotly.js@412941c · GitHub
[go: up one dir, main page]

Skip to content

Commit 412941c

Browse files
option guard
1 parent 0ef6009 commit 412941c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/tick_label_defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = function handleTickLabelDefaults(containerIn, containerOut, coe
5151

5252
if(axType !== 'category' && !options.noHover) coerce('hoverformat');
5353

54-
coerce('ticklabelsautomargin');
54+
if(axType === 'cartesian') coerce('ticklabelsautomargin');
5555
};
5656

5757
/*

0 commit comments

Comments
 (0)
0