Skip to content

Commit c34d6de

Browse files
committed
update plot-schema
1 parent d5d1927 commit c34d6de

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

test/plot-schema.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3600,6 +3600,7 @@
36003600
"description": "Sets padding between edge of label and xanchor / yanchor.",
36013601
"dflt": 3,
36023602
"editType": "none",
3603+
"min": 0,
36033604
"valType": "number"
36043605
},
36053606
"role": "object",
@@ -3610,7 +3611,8 @@
36103611
"valType": "string"
36113612
},
36123613
"textangle": {
3613-
"description": "Sets the angle at which the label text is drawn with respect to the horizontal. For lines, the default textangle is `auto`, which displays the text at the same angle as the line. For all other shapes, the default textangle is 0 (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.",
3615+
"dflt": "auto",
36143616
"editType": "none",
36153617
"valType": "angle"
36163618
},
@@ -7219,6 +7221,7 @@
72197221
"description": "Sets padding between edge of label and xanchor / yanchor.",
72207222
"dflt": 3,
72217223
"editType": "arraydraw",
7224+
"min": 0,
72227225
"valType": "number"
72237226
},
72247227
"role": "object",
@@ -7229,7 +7232,8 @@
72297232
"valType": "string"
72307233
},
72317234
"textangle": {
7232-
"description": "Sets the angle at which the label text is drawn with respect to the horizontal. For lines, the default textangle is `auto`, which displays the text at the same angle as the line. For all other shapes, the default textangle is 0 (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.",
7236+
"dflt": "auto",
72337237
"editType": "calc+arraydraw",
72347238
"valType": "angle"
72357239
},

0 commit comments

Comments
 (0)