8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8197ea0 commit 6042b0fCopy full SHA for 6042b0f
src/plots/cartesian/layout_attributes.js
@@ -294,7 +294,13 @@ module.exports = {
294
dflt: 10,
295
role: 'style',
296
description: [
297
- 'Determines the base for axes and exponent labels.'
+ 'Determines the base for axes and exponent labels.',
298
+ '\"SI\" exponent formatting is available for bases of 2 and 10,',
299
+ 'but otherwise, the exponent format will be overridden',
300
+ 'and forced to use \"power\". This attribute will also affect',
301
+ 'gridline spacing - placing them in accordance with their logical',
302
+ 'base increments. E.g. if exponentbase is set to 2, a gridline',
303
+ 'may be set at 1024 instead of 1000.'
304
].join(' ')
305
},
306
tickformat: {
0 commit comments