You have to override finddatapoints function, in the corresponding series, you can choose what points needs to be sent, whose datatips needs to be shown. Thanks -Sunil
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of mavdzee Sent: Thursday, March 13, 2008 11:47 AM To: [email protected] Subject: [flexcoders] charts: disable datatip for values < min_value Hi, Is it possible to disable datatips for values that are less than a certain minimum? Sometimes I have bars that are so small that they don't fit into the scale of the axis and hence are not shown. Still, somehow I get datatips for such values when I do a mouse-over, it seems. Is it possible to disable datatips? I am using a datatip-function but noticed returning null or and empty string does not prevent the datatip from poping up. Cheers, Andrej

