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

发布于 2024-11-05 13:22:57 字数 193 浏览 2 评论 0原文

现在我正在做一些关于代码覆盖率和树形图的工作。 我的项目是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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

失退 2024-11-12 13:22:57

我现在在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文