Skip to content

Commit f504f6c

Browse files
committed
Layout attribute docs: expand description for minexponent
1 parent 2da1972 commit f504f6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,8 @@ module.exports = {
687687
role: 'style',
688688
editType: 'ticks',
689689
description: [
690-
'Hide SI prefix for 10^n if |n| is below this number'
690+
'Hide SI prefix for 10^n if |n| is below this number.'
691+
'This only has an effect when `tickformat` is *SI* or *B*.'
691692
].join(' ')
692693
},
693694
separatethousands: {

0 commit comments

Comments
 (0)