Skip to content

Commit 394555c

Browse files
committed
update plot-schema
1 parent 3d2c792 commit 394555c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/plot-schema.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3611,13 +3611,13 @@
36113611
"valType": "string"
36123612
},
36133613
"textangle": {
3614-
"description": "Sets the angle at which the label text is drawn with respect to the horizontal. For lines, angle `auto` is the same angle as the line. For all other shapes, angle `auto` is horizontal.",
3614+
"description": "Sets the angle at which the label text is drawn with respect to the horizontal. For lines, angle *auto* is the same angle as the line. For all other shapes, angle *auto* is horizontal.",
36153615
"dflt": "auto",
36163616
"editType": "none",
36173617
"valType": "angle"
36183618
},
36193619
"textposition": {
3620-
"description": "Sets the position of the label text relative to the new 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.",
3620+
"description": "Sets the position of the label text relative to the new 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.",
36213621
"editType": "none",
36223622
"valType": "enumerated",
36233623
"values": [
@@ -3636,7 +3636,7 @@
36363636
]
36373637
},
36383638
"xanchor": {
3639-
"description": "Sets the label's horizontal position anchor This anchor binds the specified `label.textposition` to the *left*, *center* or *right* of the label text. For example, if `label.textposition` is set to *top right* and `xanchor` to *right* then the right-most portion of the label text lines up with the right-most edge of the new shape.",
3639+
"description": "Sets the label's horizontal position anchor This anchor binds the specified `textposition` to the *left*, *center* or *right* of the label text. For example, if `textposition` is set to *top right* and `xanchor` to *right* then the right-most portion of the label text lines up with the right-most edge of the new shape.",
36403640
"dflt": "auto",
36413641
"editType": "none",
36423642
"valType": "enumerated",
@@ -3648,7 +3648,7 @@
36483648
]
36493649
},
36503650
"yanchor": {
3651-
"description": "Sets the label's vertical position anchor This anchor binds the specified `label.textposition` to the *top*, *middle* or *bottom* of the label text. For example, if `label.textposition` is set to *top right* and `yanchor` to *top* then the top-most portion of the label text lines up with the top-most edge of the new shape.",
3651+
"description": "Sets the label's vertical position anchor This anchor binds the specified `textposition` to the *top*, *middle* or *bottom* of the label text. For example, if `textposition` is set to *top right* and `yanchor` to *top* then the top-most portion of the label text lines up with the top-most edge of the new shape.",
36523652
"editType": "none",
36533653
"valType": "enumerated",
36543654
"values": [
@@ -7232,13 +7232,13 @@
72327232
"valType": "string"
72337233
},
72347234
"textangle": {
7235-
"description": "Sets the angle at which the label text is drawn with respect to the horizontal. For lines, angle `auto` is the same angle as the line. For all other shapes, angle `auto` is horizontal.",
7235+
"description": "Sets the angle at which the label text is drawn with respect to the horizontal. For lines, angle *auto* is the same angle as the line. For all other shapes, angle *auto* is horizontal.",
72367236
"dflt": "auto",
72377237
"editType": "calc+arraydraw",
72387238
"valType": "angle"
72397239
},
72407240
"textposition": {
7241-
"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.",
7241+
"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.",
72427242
"editType": "arraydraw",
72437243
"valType": "enumerated",
72447244
"values": [
@@ -7257,7 +7257,7 @@
72577257
]
72587258
},
72597259
"xanchor": {
7260-
"description": "Sets the label's horizontal position anchor This anchor binds the specified `label.textposition` to the *left*, *center* or *right* of the label text. For example, if `label.textposition` is set to *top right* and `xanchor` to *right* then the right-most portion of the label text lines up with the right-most edge of the shape.",
7260+
"description": "Sets the label's horizontal position anchor This anchor binds the specified `textposition` to the *left*, *center* or *right* of the label text. For example, if `textposition` is set to *top right* and `xanchor` to *right* then the right-most portion of the label text lines up with the right-most edge of the shape.",
72617261
"dflt": "auto",
72627262
"editType": "calc+arraydraw",
72637263
"valType": "enumerated",
@@ -7269,7 +7269,7 @@
72697269
]
72707270
},
72717271
"yanchor": {
7272-
"description": "Sets the label's vertical position anchor This anchor binds the specified `label.textposition` to the *top*, *middle* or *bottom* of the label text. For example, if `label.textposition` is set to *top right* and `yanchor` to *top* then the top-most portion of the label text lines up with the top-most edge of the shape.",
7272+
"description": "Sets the label's vertical position anchor This anchor binds the specified `textposition` to the *top*, *middle* or *bottom* of the label text. For example, if `textposition` is set to *top right* and `yanchor` to *top* then the top-most portion of the label text lines up with the top-most edge of the shape.",
72737273
"editType": "calc+arraydraw",
72747274
"valType": "enumerated",
72757275
"values": [

0 commit comments

Comments
 (0)