Skip to content

Commit e46104b

Browse files
committed
Run npm run schema
1 parent 73f0338 commit e46104b

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

test/plot-schema.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57647,6 +57647,20 @@
5764757647
"editType": "none",
5764857648
"valType": "string"
5764957649
},
57650+
"dx": {
57651+
"anim": true,
57652+
"description": "Sets the x coordinate step. See `x0` for more info.",
57653+
"dflt": 1,
57654+
"editType": "calc",
57655+
"valType": "number"
57656+
},
57657+
"dy": {
57658+
"anim": true,
57659+
"description": "Sets the y coordinate step. See `y0` for more info.",
57660+
"dflt": 1,
57661+
"editType": "calc",
57662+
"valType": "number"
57663+
},
5765057664
"hoverdistance": {
5765157665
"description": "Maximum distance (in pixels) to look for nearby arrows on hover.",
5765257666
"dflt": 20,
@@ -59112,6 +59126,13 @@
5911259126
"editType": "calc+clearAxisTypes",
5911359127
"valType": "data_array"
5911459128
},
59129+
"x0": {
59130+
"anim": true,
59131+
"description": "Alternate to `x`. Builds a linear space of x coordinates. Use with `dx` where `x0` is the starting coordinate and `dx` the step.",
59132+
"dflt": 0,
59133+
"editType": "calc+clearAxisTypes",
59134+
"valType": "any"
59135+
},
5911559136
"xaxis": {
5911659137
"description": "Sets a reference between this trace's x coordinates and a 2D cartesian x axis. If *x* (the default value), the x coordinates refer to `layout.xaxis`. If *x2*, the x coordinates refer to `layout.xaxis2`, and so on.",
5911759138
"dflt": "x",
@@ -59135,6 +59156,13 @@
5913559156
"editType": "calc+clearAxisTypes",
5913659157
"valType": "data_array"
5913759158
},
59159+
"y0": {
59160+
"anim": true,
59161+
"description": "Alternate to `y`. Builds a linear space of y coordinates. Use with `dy` where `y0` is the starting coordinate and `dy` the step.",
59162+
"dflt": 0,
59163+
"editType": "calc+clearAxisTypes",
59164+
"valType": "any"
59165+
},
5913859166
"yaxis": {
5913959167
"description": "Sets a reference between this trace's y coordinates and a 2D cartesian y axis. If *y* (the default value), the y coordinates refer to `layout.yaxis`. If *y2*, the y coordinates refer to `layout.yaxis2`, and so on.",
5914059168
"dflt": "y",

0 commit comments

Comments
 (0)