-1

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

Fabiotocchi
  • 226
  • 3
  • 11

2 Answers2

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
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:

http://www.javatao.com/content/view/13/12/

Leendert
  • 120
  • 8