Skip to content

Commit e616cc7

Browse files
committed
do not coerce tick prefix suffix twice
1 parent a604e5c commit e616cc7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/plots/cartesian/tick_label_defaults.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ function handlePrefixSuffix(containerIn, containerOut, coerce, axType, options)
2828
function handleOtherDefaults(containerIn, containerOut, coerce, axType, options) {
2929
var showAttrDflt = getShowAttrDflt(containerIn);
3030

31-
var tickPrefix = coerce('tickprefix');
32-
if(tickPrefix) coerce('showtickprefix', showAttrDflt);
33-
34-
var tickSuffix = coerce('ticksuffix', options.tickSuffixDflt);
35-
if(tickSuffix) coerce('showticksuffix', showAttrDflt);
36-
3731
var showTickLabels = coerce('showticklabels');
3832
if(showTickLabels) {
3933
var font = options.font || {};

0 commit comments

Comments
 (0)