0

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

Cheng
  • 1,169
  • 2
  • 8
  • 8

1 Answers1

1

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.

ancaro
  • 36
  • 1
  • 4