Skip to content

Commit

Permalink
Update src/traces/scatter/attributes.js
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Johnson <alex@plot.ly>
  • Loading branch information
archmoj and alexcjohnson authored Sep 19, 2022
1 parent 574aa52 commit f1cc642
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/traces/scatter/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,11 @@ module.exports = {
arrayOk: true,
editType: 'plot',
anim: true,
description: 'Sets the marker standoff in the direction of `angle` (in px).'
description: [
'Moves the marker away from the data point in the direction of `angle` (in px).',
'This can be useful for example if you have another marker at this',
'location and you want to point an arrowhead marker at it.'
]
},
size: {
valType: 'number',
Expand Down

0 comments on commit f1cc642

Please sign in to comment.