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 4f3b448 commit 906af8dCopy full SHA for 906af8d
src/plots/cartesian/layout_attributes.js
@@ -131,7 +131,9 @@ module.exports = {
131
dflt: 0,
132
role: 'style',
133
description: [
134
- 'Sets the number of ticks.',
+ 'Specifies the maximum number of ticks for the particular axis.',
135
+ 'The actual number of ticks will be chosen automatically to be',
136
+ 'less than or equal to `nticks`.',
137
'Has an effect only if `tickmode` is set to *auto*.'
138
].join(' ')
139
},
0 commit comments