[flexcoders] Re: Pie Chart display problem when the data is empty

2006-11-08 Thread haravallabhan
: Monday, November 06, 2006 10:17 PM To: flexcoders@yahoogroups.com; Ely Greenfield Subject: Re: [flexcoders] Pie Chart display problem when the data is empty Hi, Thanks and I appreciate for the reply to my query in the flex coders group regarding the Pie chart Problem. I felt

RE: [flexcoders] Re: Pie Chart display problem when the data is empty

2006-11-08 Thread Ely Greenfield
: Tuesday, November 07, 2006 9:50 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: Pie Chart display problem when the data is empty Hi Ely,Thanks for your effort. Okie let me explain what exactly I am doing..I am trying to evaluate Flex Data Service. I get the data from a Java Service through

[flexcoders] Re: Pie Chart display problem when the data is empty

2006-11-06 Thread shemeshkale
i called it the pizza-slice effect. my solution was to check if all values equal zero and if true i displayed a message no data --- In flexcoders@yahoogroups.com, haravallabhan [EMAIL PROTECTED] wrote: Hi, I am trying to display a set of data to say number of fruits of different variety. I

[flexcoders] Re: Pie Chart display problem when the data is empty

2006-11-06 Thread haravallabhan
oh I over saw some words in your suggestion.. Ok I shall try implement it.Thanks --- In flexcoders@yahoogroups.com, shemeshkale [EMAIL PROTECTED] wrote: i called it the pizza-slice effect. my solution was to check if all values equal zero and if true i displayed a message no data --- In

[flexcoders] Re: Pie Chart display problem when the data is empty

2006-11-06 Thread haravallabhan
:) good choice of name.. But How do you check that. You specify the data Provider and namefield and filed will take of the display and How do you check for the value. Even if you do it through the Action script How do you set the condition in the Pie chart. Thanks Hara --- In