Skip to content

Commit 62dc7ea

Browse files
committed
update schema file
1 parent 8333f2b commit 62dc7ea

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

test/plot-schema.json

+14
Original file line numberDiff line numberDiff line change
@@ -34113,6 +34113,13 @@
3411334113
"valType": "string"
3411434114
},
3411534115
"editType": "calc",
34116+
"fillet": {
34117+
"description": "Sets the rounding of corners (in px).",
34118+
"dflt": 0,
34119+
"editType": "plot",
34120+
"min": 0,
34121+
"valType": "number"
34122+
},
3411634123
"line": {
3411734124
"color": {
3411834125
"arrayOk": true,
@@ -69182,6 +69189,13 @@
6918269189
]
6918369190
},
6918469191
"editType": "calc",
69192+
"fillet": {
69193+
"description": "Sets the rounding of corners (in px).",
69194+
"dflt": 0,
69195+
"editType": "plot",
69196+
"min": 0,
69197+
"valType": "number"
69198+
},
6918569199
"line": {
6918669200
"color": {
6918769201
"arrayOk": true,

0 commit comments

Comments
 (0)