Skip to content

Commit 66dcba7

Browse files
committed
update schema
1 parent a48f2ce commit 66dcba7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/plot-schema.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16644,8 +16644,7 @@
1664416644
"valType": "boolean"
1664516645
},
1664616646
"showwhiskers": {
16647-
"description": "Determines whether or not whiskers are visible",
16648-
"dflt": true,
16647+
"description": "Determines whether or not whiskers are visible. Defaults to true for `sizemode` *quartiles*, false for *sd*.",
1664916648
"editType": "calc",
1665016649
"valType": "boolean"
1665116650
},
@@ -72453,7 +72452,7 @@
7245372452
"valType": "string"
7245472453
},
7245572454
"name": {
72456-
"description": "Sets the trace name. The trace name appear as the legend item and on hover. For violin traces, the name will also be used for the position coordinate, if `x` and `x0` (`y` and `y0` if horizontal) are missing and the position axis is categorical. Note that the trace name is also used as a default value for attribute `scalegroup` (please see its description for details).",
72455+
"description": "Sets the trace name. The trace name appears as the legend item and on hover. For violin traces, the name will also be used for the position coordinate, if `x` and `x0` (`y` and `y0` if horizontal) are missing and the position axis is categorical. Note that the trace name is also used as a default value for attribute `scalegroup` (please see its description for details).",
7245772456
"editType": "calc+clearAxisTypes",
7245872457
"valType": "string"
7245972458
},

0 commit comments

Comments
 (0)