How can I space out pie of the chart in nvd3 / d3?
I would like to use pie chart as per example pie chart from http://nvd3.com/livecode/#codemirrorNav
Any help really appriciated.
Sometimes a thick white stroke on each slice does OK (in fact, that's how they do it on the page you linked to). The problem is that tiny slices will sometimes get covered by the stroke.
.slice {
stroke: white;
stroke-width: 3;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With