Skip to content

Commit 40933d0

Browse files
committed
update plot-schema
1 parent 61e3df7 commit 40933d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/plot-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3615,7 +3615,7 @@
36153615
"valType": "angle"
36163616
},
36173617
"textposition": {
3618-
"description": "Sets the position of the label text relative to the shape.",
3618+
"description": "Sets the position of the label text relative to the shape. Supported values for rectangles, circles and paths are `top left`, `top center`, `top right`, `middle left`, `middle center`, `middle right`, `bottom left`, `bottom center`, and `bottom right`. Supported values for lines are `start`, `middle`, and `end`. Default: `middle center` for rectangles, circles, and paths; `middle` for lines.",
36193619
"editType": "none",
36203620
"valType": "enumerated",
36213621
"values": [
@@ -7234,7 +7234,7 @@
72347234
"valType": "angle"
72357235
},
72367236
"textposition": {
7237-
"description": "Sets the position of the label text relative to the shape.",
7237+
"description": "Sets the position of the label text relative to the shape. Supported values for rectangles, circles and paths are `top left`, `top center`, `top right`, `middle left`, `middle center`, `middle right`, `bottom left`, `bottom center`, and `bottom right`. Supported values for lines are `start`, `middle`, and `end`. Default: `middle center` for rectangles, circles, and paths; `middle` for lines.",
72387238
"editType": "arraydraw",
72397239
"valType": "enumerated",
72407240
"values": [

0 commit comments

Comments
 (0)