Search found 3 matches

by NY
Wed Mar 21, 2007 10:05 am
Forum: JFreeChart
Topic: using JFreeChart with JSP
Replies: 85
Views: 486503

The rotating pie chart works in Swing because the ChartPanel class picks up ChartChangeEvent notifications (which are triggered by a chain of events that starts when the dataset is modified) and repaints the chart. You can't do the same thing in a web app. Thanks a lot for this info....bt can u pls...
by NY
Tue Mar 20, 2007 7:54 am
Forum: JFreeChart
Topic: using JFreeChart with JSP
Replies: 85
Views: 486503

Hi...I used ur code and could successfully display the pie chart in my jsp......thnx a ton for dat....the only problem i am facing now is to add the rotating effect to my 3D pie chart......i am unable to display the rotating effect in my jsp....... Here is my class: public class Pie3DDemo { public P...
by NY
Tue Mar 20, 2007 7:42 am
Forum: JFreeChart
Topic: Unable to rotate 3DPieChart in my JSP......
Replies: 1
Views: 2673

Unable to rotate 3DPieChart in my JSP......

Hello Everybody
I am unablo to rotate 3D pie chart in my JSP page.......i could do so when i was calling the chart in a frame using rotator class.........If anyone has a soln...pls let me know..

thnks.......