Hi,

Is there any way to style the dataTip of a Chart? At the moment the 
dataTip has a slight alpha to it, which is really annoying if you 
have a background with elements in it. Can I make it opaque?

I am using a dataTipFunction: dataTipFunction="formatDataTip"

function formatDataTip(obj) {
            var name=obj.hitData.element.name;
            var month=df.format(obj.hitData.item.dateOfSale);
            var value=cf2.format(obj.hitData.item.totalSalesValue);
            return "<b>"+name+"</b><br>"+month+"<br>"+value;
        }

Where is the style of this dataTip set? Somehow it has a red border 
and a slight alpha on a white background with black text.


Cheers,

Iain





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to