Questions tagged [space-tree]

A static JSON Tree structure is used as input for this animation.

SpaceTree: Supporting Exploration in Large Node Link Tree, Design Evolution and Empirical Evaluation (Catherine Plaisant, Jesse Grosjean, Benjamin B. Bederson) http://hcil.cs.umd.edu/trs/2002-05/2002-05.pdf Drawing Trees (Andrew J. Kennedy) http://research.microsoft.com/en-us/um/people/akenn/fun/drawingtrees.pdf

23 questions
1
vote
0 answers

JIT SpaceTree visualization

I need to use JIT SpaceTree into my project with MVC4. Three models: Symptom, Test, Reference. Each has an ID (guid), Title, Links (List). A Symptom can link to either a Test, or a Reference. A Test can link to a Symptom or Reference and a…
1
vote
2 answers

Loading nodes in JIT SpaceTree

I try to use the SpaceTree from JIT and i realy need some help. The problem is when try to load the tree from anothe array. json.php "node02", 'name' => "roey", 'data' => '', 'children' =>…
Roey Haim
  • 73
  • 2
  • 9
0
votes
1 answer

Space tree toggle functionality

I am working onspace tree provided on this link Space Tree Animation.For the past 3 hours I am trying to add toggle functionality in this tree. For example if I click a node and all of its childrens are opened then it should collapse and vice…
Safi Mustafa
  • 175
  • 2
  • 14
0
votes
2 answers

how assign json data to JIT spacetree from ActionResult mvc

I am building a JIT spacetree like below: http://philogb.github.io/jit/static/v20/Jit/Examples/Spacetree/example1.html I need to build dynamic Json for it using data coming from database table in MVC. Currently I called a ActionResult as follows: …
AnandMeena
  • 528
  • 3
  • 11
  • 26
0
votes
1 answer

sql query to get data for Spacetree (jit)

I have a table "BinaryTree" and it has 2 columns "CustomerID" and "ParentID". Another table is "Customers" and it has columns ""CustomerID" and "Firstname". I want to query data from these table and want to assign these data to Spacetree in Json…
AnandMeena
  • 528
  • 3
  • 11
  • 26
0
votes
1 answer

JIT Spacetree Node Spacing Issue

I've having an issue with JIT Spacetree where the nodes are being space massively far apart resulting in an unusable view. The first few nodes are fine but as you navigate deeper into the tree the spacing on the child nodes increases. I'm using a…
Haylo
  • 1
0
votes
1 answer

Javascript Infovis Toolkit's Spacetree sample not working locally

Trying to make custom tree animation based on InfoVis toolkit, and to be particular, want to customize Spacetree Tree animation sample. For that reason, saved sample to local computer, however opening local sample is not working properly, i.e. the…
atabek
  • 89
  • 1
  • 3
  • 12
0
votes
1 answer

javascript infovis toolkit: individal level distance for each level

how do i set individual levelDistance for each level in spacetree when i set node.data.$width and label.style.width tree drawn with no equal edge How to set levelDistance for each node level in the spacetree. For instance, I want to change the…
1
2