如何使用动态碧玉显示/显示饼图中每个部分的百分比?

发布于 2024-12-17 08:34:01 字数 103 浏览 0 评论 0原文

我使用动态 jasper API 3.1.9 创建了饼图。程序的输出仅显示带有名称的部分。我想在饼图中显示每个部分的百分比。

要添加或设置哪些附加元素才能使我的图表显示百分比?

I had created the pie chart using dynamic jasper API 3.1.9. The output of the program is showing the sections with name only. I want to display the percentage of each section in pie chart.

What are the additional elements to add or set so that my chart will display percentage?

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

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

发布评论

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

评论(1

南城旧梦 2024-12-24 08:34:01

尝试一下

我尝试了当前版本(3.0.13)并使用 DJPieChartBuilder 中的 setLabelFormat 解决了我的问题。
我使用了以下格式“{0}\n {2} ({1})”,其中0是“SetKey(...)”中设置的PropertyColumn的表达式,1是绝对值,2是相对值。
也许这对其他人有用。

这是在动态 jasper 论坛 http://dynamicjasper.com/forum/viewtopic .php?f=8&t=23

Try this

I gave the current version (3.0.13) a try and solved my problem using the setLabelFormat in the DJPieChartBuilder.
I used the following format "{0}\n {2} ({1})", where 0 is the expression of the PropertyColumn set in "SetKey(...)", 1 the absolute value and 2 the relative value.
Maybe this could be useful to others.

This was on dynamic jasper forum http://dynamicjasper.com/forum/viewtopic.php?f=8&t=23

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