Skip to content
Prev Previous commit
Next Next commit
update schema file
  • Loading branch information
emilykl committed Oct 21, 2022
commit 62dc7eade2153d4fc13d5663b9929b7332523bac
14 changes: 14 additions & 0 deletions test/plot-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -34113,6 +34113,13 @@
"valType": "string"
},
"editType": "calc",
"fillet": {
"description": "Sets the rounding of corners (in px).",
"dflt": 0,
"editType": "plot",
"min": 0,
"valType": "number"
},
"line": {
"color": {
"arrayOk": true,
Expand Down Expand Up @@ -69182,6 +69189,13 @@
]
},
"editType": "calc",
"fillet": {
"description": "Sets the rounding of corners (in px).",
"dflt": 0,
"editType": "plot",
"min": 0,
"valType": "number"
},
"line": {
"color": {
"arrayOk": true,
Expand Down