From 1c0acf96769eebedc367802700236ca2849ea5e5 Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi Date: Mon, 19 Sep 2022 09:28:30 -0400 Subject: [PATCH] update schema --- test/plot-schema.json | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/test/plot-schema.json b/test/plot-schema.json index 1a14350af5e..99b2a1648c1 100644 --- a/test/plot-schema.json +++ b/test/plot-schema.json @@ -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, @@ -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, @@ -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, @@ -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, @@ -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, @@ -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,