Skip to content

Commit 78998fd

Browse files
committed
Run npm run schema
1 parent 6e07967 commit 78998fd

1 file changed

Lines changed: 7 additions & 14 deletions

File tree

test/plot-schema.json

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57620,20 +57620,6 @@
5762057620
"middle"
5762157621
]
5762257622
},
57623-
"arrow_scale": {
57624-
"description": "Deprecated alias for `arrowsize`-based sizing. Prefer using `arrowsize`.",
57625-
"editType": "calc",
57626-
"max": 1,
57627-
"min": 0,
57628-
"valType": "number"
57629-
},
57630-
"arrowsize": {
57631-
"description": "Scales the size of the arrow head relative to a base size. Higher values produce larger heads.",
57632-
"dflt": 1,
57633-
"editType": "calc",
57634-
"min": 0.3,
57635-
"valType": "number"
57636-
},
5763757623
"customdata": {
5763857624
"description": "Assigns extra data each datum. This may be useful when listening to hover, click and selection events. Note that, *scatter* traces also appends customdata items in the markers DOM elements",
5763957625
"editType": "calc",
@@ -58028,6 +58014,13 @@
5802858014
"valType": "number"
5802958015
},
5803058016
"marker": {
58017+
"arrowsize": {
58018+
"description": "Sets the size of the arrow head relative to `marker.line.width`. A value of 1 (default) gives a head about 3x as wide as the line.",
58019+
"dflt": 1,
58020+
"editType": "calc",
58021+
"min": 0.3,
58022+
"valType": "number"
58023+
},
5803158024
"autocolorscale": {
5803258025
"description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
5803358026
"dflt": true,

0 commit comments

Comments
 (0)