We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574aa52 commit f1cc642Copy full SHA for f1cc642
src/traces/scatter/attributes.js
@@ -431,7 +431,11 @@ module.exports = {
431
arrayOk: true,
432
editType: 'plot',
433
anim: true,
434
- description: 'Sets the marker standoff in the direction of `angle` (in px).'
+ 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
+ ]
439
},
440
size: {
441
valType: 'number',
0 commit comments