Skip to content

Commit 8c45d15

Browse files
committed
update schema
1 parent 4624132 commit 8c45d15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: test/plot-schema.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14114,7 +14114,7 @@
1411414114
"valType": "string"
1411514115
},
1411614116
"cornerradius": {
14117-
"description": "Sets the rounding of corners. May be an integer number of pixels, or a percentage of bar width(as a string). Defaults to `layout.barcornerradius`.",
14117+
"description": "Sets the rounding of corners. May be an integer number of pixels, or a percentage of bar width (as a string ending in %). Defaults to `layout.barcornerradius`. In stack or relative barmode, the first trace to set cornerradius is used for the whole stack.",
1411814118
"editType": "calc",
1411914119
"valType": "any"
1412014120
},
@@ -14806,7 +14806,7 @@
1480614806
],
1480714807
"layoutAttributes": {
1480814808
"barcornerradius": {
14809-
"description": "Sets the rounding of bar corners. May be an integer number of pixels, or a percentage of bar width(as a string).",
14809+
"description": "Sets the rounding of bar corners. May be an integer number of pixels, or a percentage of bar width (as a string ending in %).",
1481014810
"editType": "calc",
1481114811
"valType": "any"
1481214812
},
@@ -31480,7 +31480,7 @@
3148031480
"valType": "string"
3148131481
},
3148231482
"cornerradius": {
31483-
"description": "Sets the rounding of corners. May be an integer number of pixels, or a percentage of bar width(as a string). Defaults to `layout.barcornerradius`.",
31483+
"description": "Sets the rounding of corners. May be an integer number of pixels, or a percentage of bar width (as a string ending in %). Defaults to `layout.barcornerradius`. In stack or relative barmode, the first trace to set cornerradius is used for the whole stack.",
3148431484
"editType": "calc",
3148531485
"valType": "any"
3148631486
},
@@ -32090,7 +32090,7 @@
3209032090
],
3209132091
"layoutAttributes": {
3209232092
"barcornerradius": {
32093-
"description": "Sets the rounding of bar corners. May be an integer number of pixels, or a percentage of bar width(as a string).",
32093+
"description": "Sets the rounding of bar corners. May be an integer number of pixels, or a percentage of bar width (as a string ending in %).",
3209432094
"editType": "calc",
3209532095
"valType": "any"
3209632096
},

0 commit comments

Comments
 (0)