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.
我必须在 Web UI 上显示任何图形(比如饼图)的图像。该图像必须包含饼图。但我不想在 UI 代码中添加任何功能。我想从服务器上的数据库中获取数据,基于我想获取饼图,并且该饼图将以图像格式在 UI 上发送。有可能这样做吗?希望我能够解释我的问题。我在服务器端使用spring mvc。我尝试了许多链接,但无法获得适当的解决方案。谢谢
JFreeChart 看起来像是一个可以以图像文件的形式为您创建图形的库:
http://www.jfree.org/jfreechart/