Hi, I wrote my own custom dataTipFunction that return an HTML formatted text, but it does not work. Please help!
private function myDataTip(data:Object):String {
return "<B>Tung Chau</B>";
}
The result I saw was a raw "<B>Tung Chau</B>" instead of the bold text
format I want.
Please help.
Tung Chau

