views:

271

answers:

6
+2  Q: 

Data Visualization

I need a framework for generating charts for data visualization. I picked up Processing www.processing.org/ but at the moment i can not run that in the "headless" mode from a web server. Is there any other candidate for this domain? What are the options if you need more chart type than what is supported by out-of-the-box solutions

-Bharani

A: 

I did look at Google charts the very day it got launched. But i am looking for something in-house

Bharani
+1  A: 

JFreeChart is a option, or a software reporting software tool (can recommend i-net Crystal-Clear).

Epaga
A: 

Here and here

Iulian Şerbănoiu
A: 

I am now using Graphics2D that comes with JDK. With this you are no longer limited to the chart types - simply concentrate of the data pattern and let Graphics2D do it's job.

Bharani
A: 

There is also Gnuplot, if you're into calling stuff through the command line, and Matplotlib, if you're using python.

Marvin
+1  A: 

Try using Silverlight for the clientside chart drawing

Great set of OpenSource Silverlight chart has published on CodePlex - Check out http://silverlight.codeplex.com/

Visifire is a free charting library available in Silverlight

And a tutorial is up here

Jobi Joy