Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
nvd3 / d3 でグラフの円の間隔を空けるにはどうすればよいですか?
http://nvd3.com/livecode/#codemirrorNavの円グラフの例に従って、円グラフを使用したいと思います
どんな助けも本当に感謝しています。
場合によっては、各スライスに太い白い線を引いても問題ないことがあります (実際、リンク先のページではそうしています)。問題は、小さなスライスがストロークで覆われることがあるということです。
.slice { stroke: white; stroke-width: 3; }