简体   繁体   中英

How can I get the server-side chart from json

I have a string json for example:

{"records":[{"x":"02.04.2013","y":31.1093},{"x":"30.03.2013","y":31.0834},{"x":"29.03.2013","y":30.9962}]} .

How can I get a chart on the server side using Java in an environment app engine?

使用highchart api。请检查它http://www.highcharts.com/

In a nutshell - you can't. AFAIK all java imaging libraries use java.awt.* classes which are not available on App Engine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM