my dog learned polymorphism
The moose likes JDBC and the fly likes how to represent the output from a query in bar or pie graphs Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "how to represent the output from a query in bar or pie graphs" Watch "how to represent the output from a query in bar or pie graphs" New topic
Author

how to represent the output from a query in bar or pie graphs

pavanirag kumar
Greenhorn

Joined: Dec 07, 2006
Posts: 3
My query will retrive the counts of different groups.I would like to represent the count which will be different for different groups in a graphical format that is either bar graph or pie graph.can you please suggest me any procedure or give me a piece of code as how to do it.

thanks in advance
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

Not strictly a JDBC question, however you can use a third party API to produce graphs. jCharts for example. Have a google there will be others.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to represent the output from a query in bar or pie graphs
 
Similar Threads
JDBC
Implementation of google charts in JSP
Graphs support in Java.
Graphs support in Java.
how to express information into Pie or Bar graphs