Вопрос

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?

Это было полезно?

Решение

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

See the fiddle example.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top