I am getting the following error when I try to apply an efs to an advanced chart:
Reference Error: atan not defined.
When I do a syntax check of the same code in the Editor, I get No Syntax Errors. 'atan' shows blue text in the Editor.
Can anyone provide some insight or help, about what is occurring, and how to eliminate the error.
efs statement is: var tst = atan(90);
Thanks,
Jack
Reference Error: atan not defined.
When I do a syntax check of the same code in the Editor, I get No Syntax Errors. 'atan' shows blue text in the Editor.
Can anyone provide some insight or help, about what is occurring, and how to eliminate the error.
efs statement is: var tst = atan(90);
Thanks,
Jack
Comment