Skip to content

Commit 4cbfb3f

Browse files
committed
update plot-schema diff
1 parent 13c2866 commit 4cbfb3f

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

test/plot-schema.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9901,7 +9901,11 @@
99019901
"arrayOk": true,
99029902
"description": "Sets the shape's x coordinate axis. If set to a x axis id (e.g. *x* or *x2*), the `x` position refers to a x coordinate. If set to *paper*, the `x` position refers to the distance from the left of the plotting area in normalized coordinates where *0* (*1*) corresponds to the left (right). If set to a x axis ID followed by *domain* (separated by a space), the position behaves like for *paper*, but refers to the distance in fractions of the domain length from the left of the domain of that axis: e.g., *x2 domain* refers to the domain of the second x axis and a x position of 0.5 refers to the point between the left and the right of the domain of the second x axis. If an array of axis IDs is provided, each `x` value will refer to the corresponding axis (e.g., ['x', 'x2'] for a rectangle means `x0` uses the `x` axis and `x1` uses the `x2` axis).",
99039903
"editType": "calc",
9904-
"valType": "enumerated"
9904+
"valType": "enumerated",
9905+
"values": [
9906+
"paper",
9907+
"/^x([2-9]|[1-9][0-9]+)?( domain)?$/"
9908+
]
99059909
},
99069910
"xrefsrc": {
99079911
"description": "Sets the source reference on Chart Studio Cloud for `xref`.",
@@ -9953,7 +9957,11 @@
99539957
"arrayOk": true,
99549958
"description": "Sets the shape's y coordinate axis. If set to a y axis id (e.g. *y* or *y2*), the `y` position refers to a y coordinate. If set to *paper*, the `y` position refers to the distance from the bottom of the plotting area in normalized coordinates where *0* (*1*) corresponds to the bottom (top). If set to a y axis ID followed by *domain* (separated by a space), the position behaves like for *paper*, but refers to the distance in fractions of the domain length from the bottom of the domain of that axis: e.g., *y2 domain* refers to the domain of the second y axis and a y position of 0.5 refers to the point between the bottom and the top of the domain of the second y axis. If an array of axis IDs is provided, each `y` value will refer to the corresponding axis (e.g., ['y', 'y2'] for a rectangle means `y0` uses the `y` axis and `y1` uses the `y2` axis).",
99559959
"editType": "calc",
9956-
"valType": "enumerated"
9960+
"valType": "enumerated",
9961+
"values": [
9962+
"paper",
9963+
"/^y([2-9]|[1-9][0-9]+)?( domain)?$/"
9964+
]
99579965
},
99589966
"yrefsrc": {
99599967
"description": "Sets the source reference on Chart Studio Cloud for `yref`.",

0 commit comments

Comments
 (0)