Skip to content

Commit f327f5d

Browse files
committed
Run npm run schema
1 parent c7f073d commit f327f5d

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

test/plot-schema.json

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57603,20 +57603,6 @@
5760357603
"middle"
5760457604
]
5760557605
},
57606-
"arrow_scale": {
57607-
"description": "Deprecated alias for `arrowsize`-based sizing. Prefer using `arrowsize`.",
57608-
"editType": "calc",
57609-
"max": 1,
57610-
"min": 0,
57611-
"valType": "number"
57612-
},
57613-
"arrowsize": {
57614-
"description": "Scales the size of the arrow head relative to a base size. Higher values produce larger heads.",
57615-
"dflt": 1,
57616-
"editType": "calc",
57617-
"min": 0.3,
57618-
"valType": "number"
57619-
},
5762057606
"customdata": {
5762157607
"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",
5762257608
"editType": "calc",
@@ -58011,6 +57997,13 @@
5801157997
"valType": "number"
5801257998
},
5801357999
"marker": {
58000+
"arrowsize": {
58001+
"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.",
58002+
"dflt": 1,
58003+
"editType": "calc",
58004+
"min": 0.3,
58005+
"valType": "number"
58006+
},
5801458007
"autocolorscale": {
5801558008
"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.",
5801658009
"dflt": true,

0 commit comments

Comments
 (0)