Highcharts working only in FireFox browser

ocx32

New Member
I am working on Highcharts application where chart will be displayed from XML data.I have gone through Highcharts XML example.Please see below links - Highcharts How to Use - http://www.highcharts.com/documentation/how-to-useHighcharts XML example - http://www.highcharts.com/studies/data-from-xml.htmThis example works fine on all browsers including IE.What I have done is - 1) copied the source code of the example and saved into a file.2) made changes so that the code uses library files (jquery and highcharts) present on my machine.3) reads the XML file present on my machine.After these changes everything works fine in Firefox. It is even displaying the changes I made to the XML data which means it is reading my XML data. But it doesnt work in IE. It shows no Javascript error, on screen I can see chart name "Fruit Consumption" but no chart. It is not working even in Chrome. I only see white screen. Can you please help me with this? I even removed the changes to use lib files on my machine. So the code will use lib files web hosted by Highcharts and JQuery and will read only XML data stored on my machine. But it is not working even in this case. I added an alert to see if the XML file was read correctly and it was. Please help me.
 
Back
Top