Getelementsbytagname(...).0.parentnode' Is Null Or Not An Object
I'm using Google Chart for my application and I have to convert the generated chart to image byte code. I've done this in Firefox and Chrome but IE8 is not responding to get the sv
Solution 1:
I found in IE8 there is no support for svg or canvas element, so the javascript charting libraries like google charts, D3 and jqplot convert the charts to vml format so we cant to get the byte code as like above code. In my application google chart can produce image format charts that is deprecated but i used this image chart and send the image url to action class and convert the url to image. Refer this link for google image charts
Post a Comment for "Getelementsbytagname(...).0.parentnode' Is Null Or Not An Object"