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 与 angularJS 一起使用,但无法实现。关于如何做到这一点的任何建议。
如果有任何图书馆 - 有能力这样做,请提出建议。
图片供参考
问题是在nv.d3.css.
nv.d3.css
包含后添加此样式nv.d3.css
.nvd3.nv-pie path { stroke: inherit; stroke-width: 1px; stroke-opacity: 1; fill: white; }
如果您只想将此应用于特定的饼图,请将 id 添加到样式选择器。