Skip to content

Commit 48a809a

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

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
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+
].join(' ')
435439
},
436440
size: {
437441
valType: 'number',

test/plot-schema.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -44119,7 +44119,7 @@
4411944119
"standoff": {
4412044120
"anim": true,
4412144121
"arrayOk": true,
44122-
"description": "Sets the marker standoff in the direction of `angle` (in px).",
44122+
"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.",
4412344123
"dflt": 0,
4412444124
"editType": "plot",
4412544125
"min": 0,
@@ -48402,7 +48402,7 @@
4840248402
},
4840348403
"standoff": {
4840448404
"arrayOk": true,
48405-
"description": "Sets the marker standoff in the direction of `angle` (in px).",
48405+
"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.",
4840648406
"dflt": 0,
4840748407
"editType": "plot",
4840848408
"min": 0,
@@ -50278,7 +50278,7 @@
5027850278
},
5027950279
"standoff": {
5028050280
"arrayOk": true,
50281-
"description": "Sets the marker standoff in the direction of `angle` (in px).",
50281+
"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.",
5028250282
"dflt": 0,
5028350283
"editType": "calc",
5028450284
"min": 0,
@@ -55419,7 +55419,7 @@
5541955419
},
5542055420
"standoff": {
5542155421
"arrayOk": true,
55422-
"description": "Sets the marker standoff in the direction of `angle` (in px).",
55422+
"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.",
5542355423
"dflt": 0,
5542455424
"editType": "plot",
5542555425
"min": 0,
@@ -59156,7 +59156,7 @@
5915659156
},
5915759157
"standoff": {
5915859158
"arrayOk": true,
59159-
"description": "Sets the marker standoff in the direction of `angle` (in px).",
59159+
"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.",
5916059160
"dflt": 0,
5916159161
"editType": "plot",
5916259162
"min": 0,
@@ -61057,7 +61057,7 @@
6105761057
},
6105861058
"standoff": {
6105961059
"arrayOk": true,
61060-
"description": "Sets the marker standoff in the direction of `angle` (in px).",
61060+
"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.",
6106161061
"dflt": 0,
6106261062
"editType": "plot",
6106361063
"min": 0,

0 commit comments

Comments
 (0)