tags:

views:

43

answers:

2

Does anyone know any good chart api for a web application in java? This question might be asked earlier. What I am looking for , where I can offer different chart options to user for reports and then they can use any chart they want?

+3  A: 

amcharts

it's good, but not free and uses Flash.

JFreeChart

is free.

Google Charts API

Adam
+2  A: 

The google charts API is quite good (more info here.) Also JFreeChart if you'd rather do it on your server.

dave