Skip to content

Commit b8559e2

Browse files
committed
Run npm run schema
1 parent d2ab99a commit b8559e2

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

test/plot-schema.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57630,6 +57630,20 @@
5763057630
"editType": "none",
5763157631
"valType": "string"
5763257632
},
57633+
"dx": {
57634+
"anim": true,
57635+
"description": "Sets the x coordinate step. See `x0` for more info.",
57636+
"dflt": 1,
57637+
"editType": "calc",
57638+
"valType": "number"
57639+
},
57640+
"dy": {
57641+
"anim": true,
57642+
"description": "Sets the y coordinate step. See `y0` for more info.",
57643+
"dflt": 1,
57644+
"editType": "calc",
57645+
"valType": "number"
57646+
},
5763357647
"hoverdistance": {
5763457648
"description": "Maximum distance (in pixels) to look for nearby arrows on hover.",
5763557649
"dflt": 20,
@@ -59095,6 +59109,13 @@
5909559109
"editType": "calc+clearAxisTypes",
5909659110
"valType": "data_array"
5909759111
},
59112+
"x0": {
59113+
"anim": true,
59114+
"description": "Alternate to `x`. Builds a linear space of x coordinates. Use with `dx` where `x0` is the starting coordinate and `dx` the step.",
59115+
"dflt": 0,
59116+
"editType": "calc+clearAxisTypes",
59117+
"valType": "any"
59118+
},
5909859119
"xaxis": {
5909959120
"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.",
5910059121
"dflt": "x",
@@ -59118,6 +59139,13 @@
5911859139
"editType": "calc+clearAxisTypes",
5911959140
"valType": "data_array"
5912059141
},
59142+
"y0": {
59143+
"anim": true,
59144+
"description": "Alternate to `y`. Builds a linear space of y coordinates. Use with `dy` where `y0` is the starting coordinate and `dy` the step.",
59145+
"dflt": 0,
59146+
"editType": "calc+clearAxisTypes",
59147+
"valType": "any"
59148+
},
5912159149
"yaxis": {
5912259150
"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.",
5912359151
"dflt": "y",

0 commit comments

Comments
 (0)