You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/plot-schema.json
+9-9
Original file line number
Diff line number
Diff line change
@@ -34112,14 +34112,14 @@
34112
34112
"editType": "none",
34113
34113
"valType": "string"
34114
34114
},
34115
-
"editType": "calc",
34116
-
"fillet": {
34115
+
"cornerradius": {
34117
34116
"description": "Sets the rounding of corners (in px).",
34118
34117
"dflt": 0,
34119
34118
"editType": "plot",
34120
34119
"min": 0,
34121
34120
"valType": "number"
34122
34121
},
34122
+
"editType": "calc",
34123
34123
"line": {
34124
34124
"color": {
34125
34125
"arrayOk": true,
@@ -69178,6 +69178,13 @@
69178
69178
"editType": "none",
69179
69179
"valType": "string"
69180
69180
},
69181
+
"cornerradius": {
69182
+
"description": "Sets the rounding of corners (in px).",
69183
+
"dflt": 0,
69184
+
"editType": "plot",
69185
+
"min": 0,
69186
+
"valType": "number"
69187
+
},
69181
69188
"depthfade": {
69182
69189
"description": "Determines if the sector colors are faded towards the background from the leaves up to the headers. This option is unavailable when a `colorscale` is present, defaults to false when `marker.colors` is set, but otherwise defaults to true. When set to *reversed*, the fading direction is inverted, that is the top elements within hierarchy are drawn with fully saturated colors while the leaves are faded towards the background color.",
69183
69190
"editType": "style",
@@ -69189,13 +69196,6 @@
69189
69196
]
69190
69197
},
69191
69198
"editType": "calc",
69192
-
"fillet": {
69193
-
"description": "Sets the rounding of corners (in px).",
0 commit comments