Skip to content

Commit c40a5e0

Browse files
committed
Run npm run schema
1 parent 37a6cd2 commit c40a5e0

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
@@ -57637,20 +57637,6 @@
5763757637
"middle"
5763857638
]
5763957639
},
57640-
"arrow_scale": {
57641-
"description": "Deprecated alias for `arrowsize`-based sizing. Prefer using `arrowsize`.",
57642-
"editType": "calc",
57643-
"max": 1,
57644-
"min": 0,
57645-
"valType": "number"
57646-
},
57647-
"arrowsize": {
57648-
"description": "Scales the size of the arrow head relative to a base size. Higher values produce larger heads.",
57649-
"dflt": 1,
57650-
"editType": "calc",
57651-
"min": 0.3,
57652-
"valType": "number"
57653-
},
5765457640
"customdata": {
5765557641
"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",
5765657642
"editType": "calc",
@@ -58045,6 +58031,13 @@
5804558031
"valType": "number"
5804658032
},
5804758033
"marker": {
58034+
"arrowsize": {
58035+
"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.",
58036+
"dflt": 1,
58037+
"editType": "calc",
58038+
"min": 0.3,
58039+
"valType": "number"
58040+
},
5804858041
"autocolorscale": {
5804958042
"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.",
5805058043
"dflt": true,

0 commit comments

Comments
 (0)