Question

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?

Was it helpful?

Solution

Tetra1337 found the answer. It is necessary to replace toString.call() by String().

See the fiddle example.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top