ASP MVC 4 - diagram tools [closed]

无人久伴 提交于 2019-12-23 06:16:06

问题


I am looking for the best way to implement a real time diagram tool to use in my website. I've found a website with something similar: mentionmapp.com .. You can see the diagram on the background of the homepage, if any can give me suggestions to create something similar I'd appreciate it.

Thanks


回答1:


Rather than a .NET solution, why not look at a JavaScript solution (with data fed in via JSON) as these are much more common.

http://arborjs.org/ is one I've used before and pretty popular (and free!).

There are .NET components you could use (like http://www.devcomponents.com/treegx/) but you'll have to pay for them.



来源:https://stackoverflow.com/questions/13176102/asp-mvc-4-diagram-tools

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!