简体   繁体   中英

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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