Skip to content

Commit 2da1972

Browse files
committed
mockColorBarAxis: pass minexponent attribute
1 parent d90b39b commit 2da1972

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/colorbar/draw.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ function mockColorBarAxis(gd, opts, zrange) {
683683
tickangle: opts.tickangle,
684684
tickformat: opts.tickformat,
685685
exponentformat: opts.exponentformat,
686+
minexponent: opts.minexponent,
686687
separatethousands: opts.separatethousands,
687688
showexponent: opts.showexponent,
688689
showtickprefix: opts.showtickprefix,

0 commit comments

Comments
 (0)