Skip to content

Commit f1cc642

Browse files
Update src/traces/scatter/attributes.js
Co-authored-by: Alex Johnson <[email protected]>
1 parent 574aa52 commit f1cc642

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/traces/scatter/attributes.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,11 @@ module.exports = {
431431
arrayOk: true,
432432
editType: 'plot',
433433
anim: true,
434-
description: 'Sets the marker standoff in the direction of `angle` (in px).'
434+
description: [
435+
'Moves the marker away from the data point in the direction of `angle` (in px).',
436+
'This can be useful for example if you have another marker at this',
437+
'location and you want to point an arrowhead marker at it.'
438+
]
435439
},
436440
size: {
437441
valType: 'number',

0 commit comments

Comments
 (0)