Skip to content

Commit cbf19c1

Browse files
committed
allow ticksuffix dflt to be passed via option
1 parent 0b85af2 commit cbf19c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/tick_label_defaults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = function handleTickLabelDefaults(containerIn, containerOut, coe
2121
var tickPrefix = coerce('tickprefix');
2222
if(tickPrefix) coerce('showtickprefix', showAttrDflt);
2323

24-
var tickSuffix = coerce('ticksuffix');
24+
var tickSuffix = coerce('ticksuffix', options.tickSuffixDflt);
2525
if(tickSuffix) coerce('showticksuffix', showAttrDflt);
2626

2727
var showTickLabels = coerce('showticklabels');

0 commit comments

Comments
 (0)