Skip to content

Commit b6903e4

Browse files
committed
comment about possible extra values for ticklabelindex
1 parent 0515237 commit b6903e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,8 @@ module.exports = {
722722
].join(' ')
723723
},
724724
ticklabelindex: {
725+
// in the future maybe add `extras: ['all', 'minor']` to allow showing labels for all ticks
726+
// or for all minor ticks.
725727
valType: 'integer',
726728
arrayOk: true,
727729
editType: 'calc',

0 commit comments

Comments
 (0)