Has anyone implemented zoom function in radar chart.
The spider web chart does not display all my data!
Search found 21 matches
- Fri Mar 13, 2009 4:27 am
- Forum: JFreeChart
- Topic: Radar chart
- Replies: 4
- Views: 8995
- Thu Mar 12, 2009 7:13 am
- Forum: JFreeChart
- Topic: Radar chart
- Replies: 4
- Views: 8995
Re: Radar chart
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!
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!
- Tue Mar 10, 2009 7:59 am
- Forum: JFreeChart
- Topic: Radar chart
- Replies: 4
- Views: 8995
Radar chart
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!
Radar chart is like the second chart in this link :
http://en.wikipedia.org/wiki/Radar_chart
Thanks!
- Wed Aug 20, 2008 8:34 am
- Forum: JFreeChart
- Topic: TIP: using the zoom rectangle for your own purposes
- Replies: 10
- Views: 16229
The above code can not run immediately. The code only implement the rectangle detection function. If you want to run you create chart normaly and put the above code in you project, after that in your code : change: ChartPanel chartPanel = new ChartPanel(chart); ---> Chartpanel chartPanel = new MyCha...
- Fri Aug 15, 2008 3:46 am
- Forum: JFreeChart
- Topic: TIP: using the zoom rectangle for your own purposes
- Replies: 10
- Views: 16229
I have implemented this function. but the way i get the data in rectangle is different. I get the first point and the second point of rectangle. After that i transform these value to the x,y axis of graph. So based on these 2 points value and the dataset, I can get all the point in this rectangle. H...
- Fri Aug 15, 2008 2:49 am
- Forum: JFreeChart
- Topic: How to get x axis and y axis value!?
- Replies: 3
- Views: 4716
- Thu Aug 14, 2008 9:15 am
- Forum: JFreeChart
- Topic: TIP: using the zoom rectangle for your own purposes
- Replies: 10
- Views: 16229
I am doing the same. I have implemented the function to get the rectangle but the problem is how to get the data in that rectangle?. The best way is that I want to get the domain and range value at the upper point and lower point of rectangle. Do you have any solution? I do not find any function to ...
- Thu Aug 14, 2008 8:28 am
- Forum: JFreeChart
- Topic: How to get x axis and y axis value!?
- Replies: 3
- Views: 4716
- Thu Aug 14, 2008 4:54 am
- Forum: JFreeChart
- Topic: How to get x axis and y axis value!?
- Replies: 3
- Views: 4716
How to get x axis and y axis value!?
My problem is that: I want to get the value of x axis and y axis when i choose a point in the graph. Normally i can use getDomainCrosshairValue() and getRangeCrosshairValue to get its value. But i want to get every point not only the points in dataset. Can i get that information??? Thank you very mu...
- Wed Aug 13, 2008 9:01 am
- Forum: JFreeChart
- Topic: TIP: using the zoom rectangle for your own purposes
- Replies: 10
- Views: 16229
- Thu Jun 12, 2008 4:06 am
- Forum: JFreeChart
- Topic: Performance in ScatterPlot chart problem!!!
- Replies: 4
- Views: 5552
- Mon Jun 09, 2008 10:27 am
- Forum: JFreeChart
- Topic: Performance in ScatterPlot chart problem!!!
- Replies: 4
- Views: 5552
- Mon Jun 09, 2008 7:31 am
- Forum: JFreeChart
- Topic: Performance in ScatterPlot chart problem!!!
- Replies: 4
- Views: 5552
Performance in ScatterPlot chart problem!!!
ScatterPlot with huge data!!!
I need to draw a plot chart as the scatterPlot chart but the problem is that my data is rather huge( about 500,000 points:( ! ). I tried use scatterPlot but the performance is so bad!!!
Have any solution to solve this problem?!!!
Thanks very much!
I need to draw a plot chart as the scatterPlot chart but the problem is that my data is rather huge( about 500,000 points:( ! ). I tried use scatterPlot but the performance is so bad!!!
Have any solution to solve this problem?!!!
Thanks very much!
- Wed May 28, 2008 10:01 am
- Forum: JFreeChart
- Topic: Marker between 2 point!!!
- Replies: 2
- Views: 3537
- Mon May 26, 2008 8:41 am
- Forum: JFreeChart
- Topic: Marker between 2 point!!!
- Replies: 2
- Views: 3537
Marker between 2 point!!!
Dear all,
Can i add marker for 2 point. Example draw line between 2 point not a vertical or horizontal line?
Thanks for your support!
Can i add marker for 2 point. Example draw line between 2 point not a vertical or horizontal line?
Thanks for your support!