Skip to content

Commit e9deb62

Browse files
committed
clear cornerradius from icicle API
1 parent 4964952 commit e9deb62

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

src/traces/icicle/attributes.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ module.exports = {
6161

6262
line: sunburstAttrs.marker.line,
6363

64-
cornerradius: treemapAttrs.marker.cornerradius,
65-
6664
editType: 'calc'
6765
},
6866
colorScaleAttrs('marker', {

src/traces/icicle/defaults.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
6262
var lineWidth = coerce('marker.line.width');
6363
if(lineWidth) coerce('marker.line.color', layout.paper_bgcolor);
6464

65-
coerce('marker.cornerradius');
66-
6765
coerce('marker.colors');
6866
var withColorscale = traceOut._hasColorscale = (
6967
hasColorscale(traceIn, 'marker', 'colors') ||

test/plot-schema.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34123,13 +34123,6 @@
3412334123
"editType": "none",
3412434124
"valType": "string"
3412534125
},
34126-
"cornerradius": {
34127-
"description": "Sets the maximum rounding of corners (in px).",
34128-
"dflt": 0,
34129-
"editType": "plot",
34130-
"min": 0,
34131-
"valType": "number"
34132-
},
3413334126
"editType": "calc",
3413434127
"line": {
3413534128
"color": {

0 commit comments

Comments
 (0)