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

Skip to content

Commit cd256f2

Browse files
Update src/plots/cartesian/layout_attributes.js
Co-authored-by: Alex Johnson <[email protected]>
1 parent 51642ad commit cd256f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ module.exports = {
504504
],
505505
editType: 'calc',
506506
description: [
507-
'Determines whether or not the tick labels are drawn when overflown the div or domain.',
507+
'Determines how we handle tick labels that would overflow either the graph div or the domain of the axis.',
508508
'The default value for inside tick labels is *hide past domain*.',
509509
'Otherwise on *category* and *multicategory* axes the default is *allow*.',
510510
'In other cases the default is *hide past div*.'

0 commit comments

Comments
 (0)