Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i need to implement charts in my jsp page. am using liferay 6 and need to implement in my custom portlet.but right now wht have i found after googled some charts is used by jquery and i need to implement ajax method which returns some data to show in grpah.but is there any charts which just take dataset as arguemnet and it create whole graph from that?i need pie chart,line chart,bar chart.

so can anyone guide me.if there is some kind of charts which take source of dataset and genereate it?

share|improve this question
Asked multiple times: stackoverflow.com/questions/119969/javascript-chart-library – fmsf Jan 26 at 9:58
thats question is diffrent...i am asking about graph.which takes dataset as a source..and create graph on it – Bhavik Kama Jan 26 at 10:03
please define what you understand as being a dataset? – fmsf Jan 26 at 10:30
what i mean is the collection of data which returns from the execution of query – Bhavik Kama Jan 26 at 10:55

closed as not constructive by fmsf, A--C, Eric J., Anoop Vaidya, lc. Jan 28 at 4:55

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

Try jCharts-xxx.jar. Its very easy and well documented. http://jcharts.sourceforge.net/samples/index.html

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.