Hello
I need create some stacked graphs and I need a software or java application to design this graphs.
Do you know an application to create stacked graphs?
Thank you
Hello
I need create some stacked graphs and I need a software or java application to design this graphs.
Do you know an application to create stacked graphs?
Thank you
JFreeChart is the usual recommendation for charting on the Java platform. It's very configurable and should be capable of what you require. Check out some samples here and here.
For your specific requirement re stacked charts, see this SO answer.