在 iReports 中调整 JFreeChart
我将 iReports 与我的 Web 应用程序一起使用,在其中使用可用数据渲染图表并将文档导出为 pdf。
现在有一点我需要包含一些 iReport 无法提供的其他详细信息,所以我想知道是否有一种方法可以配置 iReport 以使用自定义的 jFreeChart?
谢谢。!
I am using iReports with my web application where i render charts using the data available and export the document as pdf.
Now there is a point where i need to include some other details which are not possible from iReport so i was wondering is there a way, where i can configure iReport to use a customized jFreeChart??
Thanks.!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有用于 ireport 的 ChartCustomizer,您可以尝试一下。
这是链接 http://mdahlman.wordpress.com/2011/ 04/17/chart-customizers-2/
这都是关于尝试和错误的。
希望有帮助。
There are ChartCustomizer for ireport which you can try.
here is the link http://mdahlman.wordpress.com/2011/04/17/chart-customizers-2/
Its all about trial and error.
Hope it help.
我不认为你可以直接在 iReport 中设置 JFreeChart 的自定义版本。但是,如果您设法编译自己的 JFreeChart 版本,则可以在 iReport lib 目录中交换它。
I don't think you can set custom version of JFreeChart directly in iReport. However if you manage to compile your own version of JFreeChart you can swap it inside iReport lib directory.