Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Sep 19, 2022
1 parent f1cc642 commit 1c0acf9
Showing 1 changed file with 30 additions and 6 deletions.
36 changes: 30 additions & 6 deletions test/plot-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44119,7 +44119,11 @@
"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 +48406,11 @@
},
"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 +50286,11 @@
},
"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 +55431,11 @@
},
"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 +59172,11 @@
},
"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 +61077,11 @@
},
"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 1c0acf9

Please sign in to comment.