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 committed Sep 19, 2022
1 parent 574aa52 commit 48a809a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
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.'
].join(' ')
},
size: {
valType: 'number',
Expand Down
12 changes: 6 additions & 6 deletions test/plot-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44119,7 +44119,7 @@
"standoff": {
"anim": true,
"arrayOk": 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.",
"dflt": 0,
"editType": "plot",
"min": 0,
Expand Down Expand Up @@ -48402,7 +48402,7 @@
},
"standoff": {
"arrayOk": 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.",
"dflt": 0,
"editType": "plot",
"min": 0,
Expand Down Expand Up @@ -50278,7 +50278,7 @@
},
"standoff": {
"arrayOk": 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.",
"dflt": 0,
"editType": "calc",
"min": 0,
Expand Down Expand Up @@ -55419,7 +55419,7 @@
},
"standoff": {
"arrayOk": 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.",
"dflt": 0,
"editType": "plot",
"min": 0,
Expand Down Expand Up @@ -59156,7 +59156,7 @@
},
"standoff": {
"arrayOk": 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.",
"dflt": 0,
"editType": "plot",
"min": 0,
Expand Down Expand Up @@ -61057,7 +61057,7 @@
},
"standoff": {
"arrayOk": 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.",
"dflt": 0,
"editType": "plot",
"min": 0,
Expand Down

0 comments on commit 48a809a

Please sign in to comment.