开发者

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

开发者 https://www.devze.com 2023-03-03 01:15 出处:网络
Now I\'m doing some work about Code Coverage and Treemap. And my projects are c# projects such as Asp.net MVC.

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消