Hi Ely, I know its been a while but I'm still having this problem. can you please post a short example of the solution? i saw other people who had the same problem and i could not see it on your website.
thanks a lot for your help, vigen --- In [email protected], "Ely Greenfield" <[EMAIL PROTECTED]> wrote: > > > > That's right. > > Ely. > > [esg] > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of vigen2000 > Sent: Friday, January 05, 2007 4:55 AM > To: [email protected] > Subject: [flexcoders] Re: Ely's example of ItemRenderer cause tooltip to > be always orange > > > > Hi Ely, > > thank you very much for your reply. so if i understand correctly, if i > take your perColumnColor example and i want the dataTip to have the > correct color of the column, i need to extend the series class and > override the findDataTip function, and return the hitdata object with > the right color? > > thanks, > > vigen > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> > , "Ely Greenfield" <egreenfi@> wrote: > > > > > > > > > > Hi Vigen. The color used by the datatip is defined by the series, in > > the hitData structure returned from the findDataPoints() method. This > > method is called by the chart to decide what datatips to show and how > to > > show it. If you want to change the hilight color, you'll need to > > override the findDataPoints() method of your series. > > > > (Or create a new custom datatip). > > > > Ely. > > > > > > ________________________________ > > > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> > [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> > ] On > > Behalf Of vigen2000 > > Sent: Thursday, January 04, 2007 1:40 AM > > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > > Subject: [flexcoders] Ely's example of ItemRenderer cause tooltip to > be > > always orange > > > > > > > > Hi, > > > > im trying to make something similar to Ely's example of the > > itemRenderer of chart series, like the PerColumnFill (PerColumnColor) > > class. the problem is that if u add tooltip to the chart (showDataTip > > = true) they are always in orange. any ideas on how to solve this? > > > > help... > > Vigen > > >

