BMK
6 Jul 2012, 2:12 AM
Need help in solving the issue with the charts in EXT JS.
We have an application using the EXTJS 4.1. Every thing is working fine in the Chrome and Fire Fox.But it is not working in IE. I tried removing the unwanted commas,and logs.The grids are displaying fine but the charts are not displaying in IE.
We have a grid from where we calculate the totals of the columns using the renderer function and save the totals in to an array .Finally we use the generated array and create the store which will be used for charts.
In the Chrome Developer tools i could see "
Resource interpreted as Script but transferred with MIME type text/html: "ext-all-debug.js:8258 (http://10.181.234.24/cgi/CI_Forward_Looking_Liability_Report.pl?_dc=1341567504235&page=1&start=0&limit=25&filter=[%7B)
Uncaught SyntaxError: Unexpected token < "
Can some one help me in resolving the issue.?
We have an application using the EXTJS 4.1. Every thing is working fine in the Chrome and Fire Fox.But it is not working in IE. I tried removing the unwanted commas,and logs.The grids are displaying fine but the charts are not displaying in IE.
We have a grid from where we calculate the totals of the columns using the renderer function and save the totals in to an array .Finally we use the generated array and create the store which will be used for charts.
In the Chrome Developer tools i could see "
Resource interpreted as Script but transferred with MIME type text/html: "ext-all-debug.js:8258 (http://10.181.234.24/cgi/CI_Forward_Looking_Liability_Report.pl?_dc=1341567504235&page=1&start=0&limit=25&filter=[%7B)
Uncaught SyntaxError: Unexpected token < "
Can some one help me in resolving the issue.?