Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 906af8d

Browse files
committed
changing description for nticks
1 parent 4f3b448 commit 906af8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ module.exports = {
131131
dflt: 0,
132132
role: 'style',
133133
description: [
134-
'Sets the number of ticks.',
134+
'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`.',
135137
'Has an effect only if `tickmode` is set to *auto*.'
136138
].join(' ')
137139
},

0 commit comments

Comments
 (0)