Radar chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
khanhlv
Posts: 21
Joined: Thu May 22, 2008 10:27 am

Radar chart

Post by khanhlv » Tue Mar 10, 2009 7:59 am

I want to ask that: Does the current version of jfreechart support radar chart.
Radar chart is like the second chart in this link :
http://en.wikipedia.org/wiki/Radar_chart

Thanks!

matinh
Posts: 483
Joined: Fri Aug 11, 2006 10:08 am
Location: Austria

Re: Radar chart

Post by matinh » Wed Mar 11, 2009 10:14 am

Hi!

Yes, there is support for radar charts. See PolarChartDemo1 and SpiderWebDemo1 in the online demo (section Miscellaneous").

hth,
- martin

khanhlv
Posts: 21
Joined: Thu May 22, 2008 10:27 am

Re: Radar chart

Post by khanhlv » Thu Mar 12, 2009 7:13 am

Yes, that's right!
But I mean that I need the spider chart like this:
http://en.wikipedia.org/wiki/File:Spider_Chart.jpg
Is It similar?

By the way, I found that I can not zoom the spider chart in SpiderWebDemo1 example source code?
We need to implement by ourself ?

Thanks!

khanhlv
Posts: 21
Joined: Thu May 22, 2008 10:27 am

Re: Radar chart

Post by khanhlv » Fri Mar 13, 2009 4:27 am

Has anyone implemented zoom function in radar chart.
The spider web chart does not display all my data!

maaruthi
Posts: 1
Joined: Tue Apr 28, 2009 10:45 am

Re: Radar chart

Post by maaruthi » Wed Apr 29, 2009 12:23 pm

Hi,
Could you please post the code for generating spider chart like this.

http://en.wikipedia.org/wiki/File:Spider_Chart.jpg


Thanks in advance.

maaruthi

Locked