You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/plot-schema.json
+4-4
Original file line number
Diff line number
Diff line change
@@ -10006,7 +10006,7 @@
10006
10006
"valType": "any"
10007
10007
},
10008
10008
"x0shift": {
10009
-
"description": "Only relevant if `xref` is a (multi-)category axes. Shifts `x0` by a fraction of the reference unit. E.g. -0.5 corresponds to the start of the category and 0.5 corresponds to the end of the category.",
10009
+
"description": "Shifts `x0` away from the center of the category when `xref` is a *category* or *multicategory* axis. -0.5 corresponds to the start of the category and 0.5 corresponds to the end of the category.",
10010
10010
"dflt": 0,
10011
10011
"editType": "calc",
10012
10012
"max": 1,
@@ -10019,7 +10019,7 @@
10019
10019
"valType": "any"
10020
10020
},
10021
10021
"x1shift": {
10022
-
"description": "Only relevant if `xref` is a (multi-)category axes. Shifts `x1` by a fraction of the reference unit. E.g. -0.5 corresponds to the start of the category and 0.5 corresponds to the end of the category.",
10022
+
"description": "Shifts `x1` away from the center of the category when `xref` is a *category* or *multicategory* axis. -0.5 corresponds to the start of the category and 0.5 corresponds to the end of the category.",
10023
10023
"dflt": 0,
10024
10024
"editType": "calc",
10025
10025
"max": 1,
@@ -10056,7 +10056,7 @@
10056
10056
"valType": "any"
10057
10057
},
10058
10058
"y0shift": {
10059
-
"description": "Only relevant if `yref` is a (multi-)category axes. Shifts `y0` by a fraction of the reference unit. E.g. -0.5 corresponds to the start of the category and 0.5 corresponds to the end of the category.",
10059
+
"description": "Shifts `y0` away from the center of the category when `yref` is a *category* or *multicategory* axis. -0.5 corresponds to the start of the category and 0.5 corresponds to the end of the category.",
10060
10060
"dflt": 0,
10061
10061
"editType": "calc",
10062
10062
"max": 1,
@@ -10069,7 +10069,7 @@
10069
10069
"valType": "any"
10070
10070
},
10071
10071
"y1shift": {
10072
-
"description": "Only relevant if `yref` is a (multi-)category axes. Shifts `y1` by a fraction of the reference unit. E.g. -0.5 corresponds to the start of the category and 0.5 corresponds to the end of the category.",
10072
+
"description": "Shifts `y1` away from the center of the category when `yref` is a *category* or *multicategory* axis. -0.5 corresponds to the start of the category and 0.5 corresponds to the end of the category.",
0 commit comments