working on a web app, i have a lot of datas organized by graphs instead of trees, what's the most usable user interface to browse and manage them?
i will use html5 and javascript.
|
working on a web app, i have a lot of datas organized by graphs instead of trees, what's the most usable user interface to browse and manage them? i will use html5 and javascript. |
|||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Have a look at D3.js - it offers many visualization algorithms that support graph data structures, and relies on HTML5 and Javascript for client-side rendering. If you are looking for a compendium of real-world examples of graph visualization, you can refer to the recently published book Visual Complexity by Manuel Lima. |
|||
|
|