Skip to content

Commit 52463fa

Browse files
committed
update plot-schema
1 parent ea9493e commit 52463fa

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

test/plot-schema.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3634,7 +3634,7 @@
36343634
]
36353635
},
36363636
"xanchor": {
3637-
"description": "Sets the text box's horizontal position anchor.",
3637+
"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.",
36383638
"dflt": "auto",
36393639
"editType": "none",
36403640
"valType": "enumerated",
@@ -3646,12 +3646,10 @@
36463646
]
36473647
},
36483648
"yanchor": {
3649-
"description": "Sets the text box's vertical position anchor.",
3650-
"dflt": "auto",
3649+
"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.",
36513650
"editType": "none",
36523651
"valType": "enumerated",
36533652
"values": [
3654-
"auto",
36553653
"top",
36563654
"middle",
36573655
"bottom"
@@ -7255,7 +7253,7 @@
72557253
]
72567254
},
72577255
"xanchor": {
7258-
"description": "Sets the text box's horizontal position anchor.",
7256+
"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.",
72597257
"dflt": "auto",
72607258
"editType": "calc+arraydraw",
72617259
"valType": "enumerated",
@@ -7267,12 +7265,10 @@
72677265
]
72687266
},
72697267
"yanchor": {
7270-
"description": "Sets the text box's vertical position anchor.",
7271-
"dflt": "auto",
7268+
"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.",
72727269
"editType": "calc+arraydraw",
72737270
"valType": "enumerated",
72747271
"values": [
7275-
"auto",
72767272
"top",
72777273
"middle",
72787274
"bottom"

0 commit comments

Comments
 (0)