I am trying to export amcharts to image. The provided example works in Chrome and FF, but not in IE (I tried 8 and 9).
Any idea of what is happening?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Tetra1337 found the answer. It is necessary to replace toString.call() by String().
See the fiddle example.