Click here to Skip to main content
16,019,359 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Do anyone know any java api that can create graph using sql queries from database?
Posted

If you are willing to pay for a commercial product then have a look at: ExpressChart Components[^]. On the other hand if you don't want to pay, have a look at: JFreeChart[^]. In the latter case you have to programmatically bind the query result with the chart.
 
Share this answer
 
JFreeChart[^]

If there is no constraint for using java api, it is better to use
Google API charts. Google Api Chart[^]

Thanks
:)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900