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
+14
Original file line number
Diff line number
Diff line change
@@ -34112,6 +34112,13 @@
34112
34112
"editType": "none",
34113
34113
"valType": "string"
34114
34114
},
34115
+
"cornerradius": {
34116
+
"description": "Sets the maximum rounding of corners (in px).",
34117
+
"dflt": 0,
34118
+
"editType": "plot",
34119
+
"min": 0,
34120
+
"valType": "number"
34121
+
},
34115
34122
"editType": "calc",
34116
34123
"line": {
34117
34124
"color": {
@@ -69171,6 +69178,13 @@
69171
69178
"editType": "none",
69172
69179
"valType": "string"
69173
69180
},
69181
+
"cornerradius": {
69182
+
"description": "Sets the maximum rounding of corners (in px).",
69183
+
"dflt": 0,
69184
+
"editType": "plot",
69185
+
"min": 0,
69186
+
"valType": "number"
69187
+
},
69174
69188
"depthfade": {
69175
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.",
0 commit comments