Skip to content

Commit ca2e207

Browse files
committed
Fix initial opacity.
1 parent c678ecb commit ca2e207

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/force/cluster.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216

217217
init();
218218

219-
vis.attr("opacity", 0)
219+
vis.attr("opacity", 1e-6)
220220
.transition()
221221
.duration(1000)
222222
.attr("opacity", 1);

0 commit comments

Comments
 (0)