Skip to content

Commit f55d7db

Browse files
committed
expose fillet attribute for icicle
1 parent 8495ea4 commit f55d7db

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/traces/icicle/attributes.js

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

6262
line: sunburstAttrs.marker.line,
6363

64+
fillet: treemapAttrs.marker.fillet,
65+
6466
editType: 'calc'
6567
},
6668
colorScaleAttrs('marker', {

src/traces/icicle/defaults.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ 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.fillet');
66+
6567
coerce('marker.colors');
6668
var withColorscale = traceOut._hasColorscale = (
6769
hasColorscale(traceIn, 'marker', 'colors') ||

0 commit comments

Comments
 (0)