flex chart hide a datatip
问题 We get data from multiple feeds and data may or may not exist for a certain date. So, for points that have no data we send NaN. Question: In the below code , is there a way to not show datatip for those that are null. I have added a datatip function but it does show a small empty square, is it possible to not even show that? <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:Script><![CDATA[ import mx.charts.HitData; import mx.collections