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.
円グラフ全体に適用することでのみ成功しました。
各スライスにフィルターを適用し、ウェッジ間の距離をわずかに増やすことで、最終的にこれを達成しました。
series.explodeRadius=0.01;
series.filters = [bevel];
チャートのセグメントをシンボルに変換し、それ自体にフィルターを適用しますか?