I need to create vertical bar charts in java, and wasn't able to find libraries for doing this. Are there any simple, but still good for handling a lot of data, libraries? Thanks a lot
Asked
Active
Viewed 699 times
-1
-
If you want what is "good", you ought to specify what you would consider to be "good", otherwise your question is too subjective. – Raedwald Apr 08 '13 at 11:50
-
possible duplicate of [Pie, Bar, Line charts in java?](http://stackoverflow.com/questions/2669502/pie-bar-line-charts-in-java) – Raedwald Apr 08 '13 at 11:54
-
@Raedwald Yes, it is almost a subjective question, since I just wanted to know wich you may like the most – Fabiotocchi Apr 08 '13 at 12:17
-
"wich you may like the most": please read the FAQ. Such questions are inappropriate for this site. – Raedwald Apr 08 '13 at 12:20
-
Ok, I am gonna edit the question, thanks – Fabiotocchi Apr 08 '13 at 12:23
2 Answers
1
JFreeChart is your friend. It has many others including what you need. Details can be found at following link http://www.jfree.org/jfreechart/
Following site has an example for vertical bar chart. http://www.roseindia.net/chartgraphs/bar-chart-JFree.shtml

Jabir
- 2,776
- 1
- 22
- 31
-
Thanks, the jree is actually really interesting, but i like javatao more fro vertical bars Thanks anyway – Fabiotocchi Apr 08 '13 at 12:14
1
Hi there a lots of library's for creating vertival bar charts.
here you have one: http://www.jpowered.com/java-bean/graph-chart/vertical-bar-graph/
and here a other:

Leendert
- 120
- 8