Posted on: 11/21/2014 12:52:52 PM | Views : 1060

Hi,
I download all .js files to make highcharts work on my project, while in debugging on localhost everything works fine (including animation), but when I publish project to virtual directory and try to open page chart loads without animation. Also if I try to access page from server with localhost chart is animated. I really don't have no idea what is it since chart is working but animation part is missing, if app can't access .js files chart won't work at all. Use win server 2012 with IIS 8 and this is code:
<head runat="server"> <title></title> <script src="Scripts/jquery.min.js" type="text/javascript"></script> <script src="Scripts/highcharts.js" type="text/javascript"></script> <script src="Scripts/highcharts-more.js" type="text/javascript"></script> <script src="Scripts/solid-gau ...

Go to the complete details ...