如何在 .net 项目中使用 JavaScript InfoVis Toolkit
现在我正在做一些关于代码覆盖率和树形图的工作。 我的项目是C#项目,例如Asp.net MVC。
我想使用“JavaScript InfoVis Toolkit”,因为它的效果非常好,并且支持交互式动画。 但除了demo之外我找不到其他材料,不知道是否可以在.net项目中使用。
有人知道如何在.net项目中使用它吗?
谢谢
Now I'm doing some work about Code Coverage and Treemap.
And my projects are c# projects such as Asp.net MVC.
I want to use "JavaScript InfoVis Toolkit", because it's effect is very good and it supports interactive animations.
But I could not find some other materials besides the demo and i don't know if it can be used in the .net project.
Is there anybody know how to use it in .net project?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我现在在 asp mvc 2 项目中使用它 - 它可以工作,您只需要小心为可视化传递的 json 数据(序列化属性,如“$color”)。
在视图中添加对库和用于设置可视化的其他 js 代码的引用,或者使用某些资源加载器来执行此操作。
I'm using this now in a asp mvc 2 project - it works, you just need to be careful with the json data you pass for the visualizations (serializing attributes like "$color").
Add references in the view to the library and other js code you use to set up the visualization or do that by using some resources loader.