I'm creating a chord diagram in d3 and have several chord groups with a value of 0. Because of this, the chord groups are rendered as slivers with an arc width of near-0, which makes adding any interaction difficult (it makes a near-impossible mouse target). I'm wondering if there is any way to apply an output range that would allow me to have a non-zero minimum output value for the chords making up the chord group.
Asked
Active
Viewed 127 times
5
-
1The chord layout doesn't expose anything to do this. You'd have to modify the source. – Lars Kotthoff Nov 26 '14 at 20:18
-
I'm also searching for such customization have you found any solution?? – Saurabh Gangamwar Jul 24 '20 at 13:16