简体   繁体   中英

Creating a graph from JSON input

I have queried yahoo finance for historic data and have got JSon output. What i would like to do is convert this JSon data into a graph. I am using java and would have to later upload this image into my mysql database. What is the best free library for creating charts(Line charts preferably). As i am new to this some tutorials on how to use will help .

I have been using JFreeChart when building graphs in Java and it's a very powerful library.

Take a look at their site. http://www.jfree.org/jfreechart/

Have a look at FusionCharts XT .

They work very well with Java - read their docs for more info.

Their trial license works for unlimited duration, and has all the features as in the paid version.

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