V
V
Vadim2011-09-23 13:14:59
JavaScript
Vadim, 2011-09-23 13:14:59

How "beautiful" to display a tree at the client?

Working with trees is not a rare task, but, in my opinion, if there are already a lot of ready-made solutions for storing and manipulating trees, then everything is somehow scarce regarding their display.
Here is the tree display, which has already become the de facto standard:
2bb6601b.gif
But, IMHO, this way of displaying is not intuitive enough. I would like to see the same tree on the client, but in this form:
112081ce.gif
Or, for example, in this
f34ecb02.gif
: I don’t want to invent bicycles, then, attention, the question is: can someone suggest ready-made solutions that implement the display of trees in a “beautiful” form? It would be ideal with dynamic data loading and opening / closing nodes. Can be on flash

Answer the question

In order to leave comments, you need to log in

5 answer(s)
T
temaHT, 2011-09-23
@temaHT

Look towards JsViz and Flare . The latter is based on flash. The first is pure JS

O
Oleg Yakovenko, 2011-09-23
@Apx

thejit.org/ try this. There is a tree there as you need just thejit.org/static/v20/Jit/Examples/Spacetree/example2.html for example

T
TheHorse, 2011-09-23
@TheHorse

Extjs tree?
extjs tree

P
Petr Zhuchkov, 2011-09-23
@HelsinG

You can try this option.
code.google.com/intl/ru-RU/apis/chart/interactive/docs/gallery/orgchart.html

A
Anatoly, 2011-09-23
@taliban

And how do you see such a tree:

node 0.0
    -node 1.0
        -node 2.0
        -node 2.1
        -node 2.2
    -node 1.1
        -node 2.0
        -node 2.1
        -node 2.2
    -node 1.2
        -node 2.0
        -node 2.1
        -node 2.2
- node 0.1
    - the same as the zero node

Just imagine the scale of it, if all this is arranged in width =) That's why de facto no one has surpassed yet

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question