954,568 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Simple horizontal bar chart

Hello,

Is there any simple way to add a bar chart in jsp, I have a question and answers tables for a survey and I want to show the result for it like this:

QuestionText.............................Result

aaaaaaaaaaa............................Yes 70% ------------
...............................................No 30% -----

Can anyone Help Me....

kitsune
Newbie Poster
4 posts since May 2008
Reputation Points: 10
Solved Threads: 0
 

yup. At least 2 ways.
1) generate a bitmap using something like JFreeChart from a servlet that you link to through an image tag.
2) generate it as text using some CSS magic to make it look nice.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You