如何为 Flex 4 饼图的每个切片应用斜角过滤器?

发布于 2024-11-11 18:14:43 字数 21 浏览 8 评论 0原文

仅成功地将其应用于整个饼图。

Only succeeded with applying it around the whole pie chart.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

地狱即天堂 2024-11-18 18:14:44

我最终通过将过滤器应用到每个切片并稍微增加楔形之间的距离来实现这一点。

series.explodeRadius=0.01;

series.filters = [bevel];

I achieved this finally by applying the filter to each slice and slightly increasing the distanc between the wedges.

series.explodeRadius=0.01;

series.filters = [bevel];

为人所爱 2024-11-18 18:14:44

将图表的一部分转换为符号并单独应用过滤器?

Convert the segment of chart into a symbol and apply the filter to that on it's own?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文