I have an application hosted in Java on AppEngine and I would like to add a feature where users can get a graphical summary of their data. BufferedImage is listed as not supported on AppEngine. The display process will be simple--a series of small squares in one of two colors.
我在AppEngine上用Java托管了一个应用程序,我想添加一个功能,用户可以在其中获得数据的图形摘要。 AppEngine不支持BufferedImage。显示过程很简单 - 一系列两种颜色之一的小方块。
Regards,
Kent
2 个解决方案
#1
If you don't find a better solution, you could delegate the graph generation to Google Charts
如果找不到更好的解决方案,可以将图表生成委托给Google Charts
#2
Check out the docs on the image service in App Engine. You can probably do what you want with the composition functionality.
查看App Engine中图像服务的文档。您可以使用合成功能执行所需的操作。
#1
If you don't find a better solution, you could delegate the graph generation to Google Charts
如果找不到更好的解决方案,可以将图表生成委托给Google Charts
#2
Check out the docs on the image service in App Engine. You can probably do what you want with the composition functionality.
查看App Engine中图像服务的文档。您可以使用合成功能执行所需的操作。