Skip to content

Commit db4ae7e

Browse files
author
John Soklaski
committed
Add description of 'none' and 'skip' flags
1 parent f19033f commit db4ae7e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/plots/attributes.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@ module.exports = {
7474
flags: ['x', 'y', 'z', 'text', 'name'],
7575
extras: ['all', 'none', 'skip'],
7676
dflt: 'all',
77-
description: 'Determines which trace information appear on hover.'
77+
description: [
78+
'Determines which trace information appear on hover.',
79+
'If `none` or `skip` are set, no information is displayed upon hovering.',
80+
'But, if `none` is set, click and hover events are still fired.'
81+
].join(' ')
7882
},
7983
stream: {
8084
token: {

0 commit comments

Comments
 (0)