Questions tagged [infovis]

The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web.

The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web.

Links

106 questions
0
votes
2 answers

Infovis: Label disappears on partial nodes

The label on the left most node disappears if the node is partially displayed on the canvas. How do I resolve this? Thanks
Raj Verma
  • 1
  • 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: Hide edges to missing nodes

I am using this RGraph example from the InfoVis toolkit to draw my nodes. This is how my nodes look in JSON: {"id":"parentId","name":"parent","adjacencies":[{"nodeTo":"missingChildId","nodeFrom":"parentId"}]} The problem is that missingChildId…
Matthias Braun
  • 32,039
  • 22
  • 142
  • 171
0
votes
1 answer

how to change injection target to create treemap in jit infovis toolkit?

I need to create 2 squarified treemaps in one web page. I used jit infovis toolkit to help create this treemap. is it possible to create treemaps not using div with id "infovis"?cause when i change the id of div into something else like "test" for…
dio meirza
  • 15
  • 1
  • 4
0
votes
2 answers

Space Tree with Manhattan Edges

Is it possible to create Manhattan Style edges in a space tree using inforVis/jit. It is not an option on: http://philogb.github.com/jit/static/v20/Docs/files/Options/Options-Edge-js.html. But i see that custom edges are possible. Has anyone…
Tim
  • 3,576
  • 6
  • 44
  • 58
0
votes
1 answer

How to hide and restore custom nodes in InfoVis/JIT force directed graph?

I am trying to use InfoVis / JIT to render a force directed graph visualizing a network. I am a newbie to both java script and JIT. I have created my own custom node types using following code in my js file, which lets me display my image on the…
Pratik Patel
  • 1,305
  • 1
  • 17
  • 44
0
votes
1 answer

Gesture-Controlling Javascript InfoVis Toolkit via C# (Kinect SDK)

I've been running around the web for a while now looking for a solution to this problem, but I'm quite disheartened by now to find something that will fit all of my requirements. So here goes. I'm trying to build a desktop application that uses the…
pille
  • 1,411
  • 1
  • 15
  • 18
0
votes
1 answer

how can i combine extjs and infovis spacetree

i am new to extjs and infovis. i am trying to implement a page which will have 2 components. the upper is a extjs grid wich is rendered with by some data recived from server--> extjs store. i need the lower component to be a spacetree which will be…
user1240689
  • 31
  • 1
  • 3
0
votes
1 answer

How to use the adAdjacence function in ForceDirected?

I am working on a network graph (ForceDirected) in Java Infovis Toolkit: http://thejit.org/ "The jit". I need to draw the nodes in the first place and then add the adjacencies to each node created. I have to use addAdjacence function defined in the…
Hanady
  • 779
  • 2
  • 15
  • 38
0
votes
1 answer

JavaScript InfoVis Toolkit Error loading JSON from external file using AJAX

I have the code snippet shown below in my application . What I am trying to accomplish is this: anytime a checkbox is clicked, the bar chart should be updated. In my error console I'm getting: "Error: TypeError: values is undefined Source…
creatvepro
  • 169
  • 2
  • 11
0
votes
1 answer

Infovis - Javascript test for graph.ready

Hello I am using the infovis toolkit to draw an organisational chart,in order to accomplish this I need to draw a graph inside a graph node (I have this part working) The problem is at what point in my code do I test that the parent graph is ready…
scrineym
  • 759
  • 1
  • 6
  • 28
0
votes
1 answer

Highlight custom node on mouse enter

I'm creating custom node and I would like to highlight on mouse enter. Unfortunately the mouseEnter event doesn't fire. I also don't know how to render the node after mouseEnter and mouseLeave.
Sławomir Rosiek
  • 4,038
  • 3
  • 25
  • 43
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…
0
votes
1 answer

implementing an onclick event on the nodes of a spacetree with Javascript Infovis Toolkit

I'm using the Infovis library to plot a spacetree. Unfortunately there is a problem when implementing event on nodes as all nodes are false. There already is a thread about it on the associated google group:…
L. Sanna
  • 6,482
  • 7
  • 33
  • 47
0
votes
1 answer

Zoom Button on JIT Rgraph

While using R graph(Javascript Infovis Toolkit) I found only mouse wheel can be used as zoom in and out. Can any one help me with how I may control the graph with two buttons instead of mouse wheel.
Jhilom
  • 1,028
  • 2
  • 15
  • 33