高图:动画问题
我在我的应用程序中使用 Highchart,该应用程序是在 asp.net MVC 中开发的。 我在我的应用程序中使用折线图,我在仪表板页面中使用此图表,该页面中已经有超过 20 个控件呈现,因此在这种情况下图表显示,但无法动画化。 那么请告诉我如何解决这个问题?
i use Highchart in my application which developed in asp.net MVC.
I use Line chart in my application i use this chart in my dashboard page in that page already more than 20 controls render so in that case chart display but it can't animated.
so tell me how to resolve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
希望js命名空间可能存在冲突,尝试在body末尾加载highchart js文件并在window.onload上初始化图表
Hope there might be a conflict in js namespace, try loading the highchart js file at the end of body and initialize the chart on window.onload