We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8333f2b commit 62dc7eaCopy full SHA for 62dc7ea
test/plot-schema.json
@@ -34113,6 +34113,13 @@
34113
"valType": "string"
34114
},
34115
"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
+ },
34123
"line": {
34124
"color": {
34125
"arrayOk": true,
@@ -69182,6 +69189,13 @@
69182
69189
]
69183
69190
69184
69191
69192
69193
69194
69195
69196
69197
69198
69185
69199
69186
69200
69187
69201
0 commit comments