Skip to content

Commit e406f4d

Browse files
committed
small change
1 parent c4bce4c commit e406f4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/treemap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ export function createTreemap(container, data, options = {}) {
115115
.append("rect")
116116
.attr("rx", 3)
117117
.attr("ry", 3)
118-
.attr("stroke", "rgba(255,255,255,0.78)")
119-
.attr("stroke-width", 0.8);
118+
.attr("stroke", "none")
119+
.attr("stroke-width", 0);
120120

121121
entered
122122
.append("text")

0 commit comments

Comments
 (0)