简体   繁体   English

如何在.net项目中使用JavaScript InfoVis Toolkit

[英]How can I use the JavaScript InfoVis Toolkit in the .net project

Now I'm doing some work about Code Coverage and Treemap. 现在,我正在做一些关于代码覆盖率和树形图的工作。 And my projects are c# projects such as Asp.net MVC. 我的项目是c#项目,例如Asp.net MVC。

I want to use "JavaScript InfoVis Toolkit", because it's effect is very good and it supports interactive animations. 我想使用“ JavaScript InfoVis Toolkit”,因为它的效果非常好,并且支持交互式动画。 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. 但是除了演示之外,我找不到其他材料,我不知道它是否可以在.net项目中使用。

Is there anybody know how to use it in .net project? 有谁知道如何在.net项目中使用它?

Thanks 谢谢

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"). 我现在在asp mvc 2项目中使用它-它可以工作,您只需要注意为可视化传递的json数据(序列化属性,例如“ $ 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. 在视图中将引用添加到用于设置可视化的库和其他js代码,或通过使用一些资源加载器来实现。

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

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