Posted by: vx on: May 20, 2009
Today Imtiyaz and I did a small hack in the Flex charting code and removed the Trial message from the Charting component by writing 1 simple actionscript lines.
what you need to do is in the creationcomplete of any charting component write the following code
// var arra : Array = new Array();
// [...]
Comments