简体   繁体   English

ASP.NET图表控件无法加载Windows Azure

[英]Asp.net chart controls not loading windows azure

I have developed MVC application with a page with asp.net chart controls and it is working fine in local. 我已经开发了带有asp.net图表控件页面的MVC应用程序,并且在本地运行良好。 After i deployed the code in Azure, they are not loading on the page. 在Azure中部署代码后,它们不会加载到页面上。 I have around 10 charts but only 1 or 2 charts are loading randomly. 我大约有10个图表,但是随机加载的图表只有1或2个。 Does any one had faced the same issue? 有没有人遇到过同样的问题?

Thanks 谢谢

Check in the console.log of your browser if there is an error. 检查浏览器的console.log中是否有错误。 If not, it means that there is a problem related to how the charts get information. 如果不是,则表示存在与图表获取信息有关的问题。 (connection string for example). (例如,连接字符串)。

My tip: create a new page with the same charts, but with fixed values (Fake List for example) and see if it works. 我的提示:创建一个具有相同图表但具有固定值(例如“假列表”)的新页面,然后查看它是否有效。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM