kislay.kishore
1 Aug 2012, 10:57 PM
Hi,
I am using below code to get the SVG data/html for the chart rendered and pass using a post AJAX request to batik transcoder module, which gives me the JPG for the chart:
var SvgData = Ext.DomQuery.selectNode('svg', 'chartContainer').parentNode.innerHTML;
This works well in Firefox, Chrome and Safari, however breaks in IE. Getting "Ext.DomQuery.selectNode('svg', 'chartContainer').parentNode.innerHTML null or not an object"error...
Can anyone please help me here?
Thanks!
I am using below code to get the SVG data/html for the chart rendered and pass using a post AJAX request to batik transcoder module, which gives me the JPG for the chart:
var SvgData = Ext.DomQuery.selectNode('svg', 'chartContainer').parentNode.innerHTML;
This works well in Firefox, Chrome and Safari, however breaks in IE. Getting "Ext.DomQuery.selectNode('svg', 'chartContainer').parentNode.innerHTML null or not an object"error...
Can anyone please help me here?
Thanks!