Skip to content

Commit 3cb9887

Browse files
committed
Update schema
1 parent a01361c commit 3cb9887

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

test/plot-schema.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2964,10 +2964,8 @@
29642964
"valType": "boolean"
29652965
},
29662966
"x": {
2967-
"description": "Sets the x position with respect to `xref` (in normalized coordinates) of the legend. When `xref` is *paper*, defaults to *1.02* for vertical legends and defaults to *0* for horizontal legends. When `xref` is *container*, defaults to *1* for vertical legends and defaults to *0* for horizontal legends. Must be between *0* and *1* if `xref` is *container*.",
2967+
"description": "Sets the x position with respect to `xref` (in normalized coordinates) of the legend. When `xref` is *paper*, defaults to *1.02* for vertical legends and defaults to *0* for horizontal legends. When `xref` is *container*, defaults to *1* for vertical legends and defaults to *0* for horizontal legends. Must be between *0* and *1* if `xref` is *container*. and between *-2* and *3* if `xref` is *paper*.",
29682968
"editType": "legend",
2969-
"max": 3,
2970-
"min": -2,
29712969
"valType": "number"
29722970
},
29732971
"xanchor": {
@@ -2993,10 +2991,8 @@
29932991
]
29942992
},
29952993
"y": {
2996-
"description": "Sets the y position with respect to `yref` (in normalized coordinates) of the legend. When `yref` is *paper*, defaults to *1* for vertical legends, defaults to *-0.1* for horizontal legends on graphs w/o range sliders and defaults to *1.1* for horizontal legends on graph with one or multiple range sliders. When `yref` is *container*, defaults to *1*. Must be between *0* and *1* if `yref` is *container*.",
2994+
"description": "Sets the y position with respect to `yref` (in normalized coordinates) of the legend. When `yref` is *paper*, defaults to *1* for vertical legends, defaults to *-0.1* for horizontal legends on graphs w/o range sliders and defaults to *1.1* for horizontal legends on graph with one or multiple range sliders. When `yref` is *container*, defaults to *1*. Must be between *0* and *1* if `yref` is *container* and between *-2* and *3* if `yref` is *paper*.",
29972995
"editType": "legend",
2998-
"max": 3,
2999-
"min": -2,
30002996
"valType": "number"
30012997
},
30022998
"yanchor": {

0 commit comments

Comments
 (0)