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
1
vote
1 answer

Hide HTML outside of canvas element in the JavaScript tool InfoVis

I'm currently creating a visualization of some objects on my project and I'm using the InfoVis toolkit to handle the graph visualization part. So far I have the nodes plotted correctly and relating to each other correctly, but there is a graphical…
Jason Kaczmarsky
  • 1,666
  • 1
  • 17
  • 30
1
vote
1 answer

Change Node Shape in Javascript Infovis Toolit/ Force Directed Graph

I am using Javascript Infovis toolkit(JIT) and want to change the shape of a node to some image.. How can I do that? The default shape is circle and it can be changed further to rectangle, square, ellipse etc but in my case, I need to change it into…
raghav
  • 31
  • 6
1
vote
1 answer

Is it possible to edit a node in-place in any javascript tree visualization toolkit (preferably InfoVis)?

I had earlier asked a question asking how/what to use to show to render data in a top-down tree like fashion. I also stumbled up this post: Graph visualization library in JavaScript where the following toolkits were suggested for…
PhD
  • 11,202
  • 14
  • 64
  • 112
1
vote
1 answer

Infovis JIT library

I am using the "JavaScript Infovis" toolkit, the "SpaceTree control" suits the needs of data visualisation. I am using "jQuery" to Call "Ajax" to load the data into the tree dynamically. The tree is loading well. However, when I click on any of the…
karthik
  • 725
  • 3
  • 10
  • 17
1
vote
0 answers

InfoVis onBeforePlotNode method and changing nodes after rendering

Im using the InfoVis javascript onBeforePlotNode method to set node colours. onBeforePlotNode: function(node) { if(node.data.mytype == "type1") { node.data.$color = '#d9d9d9'; //light…
haz
  • 740
  • 1
  • 11
  • 20
1
vote
1 answer

How to use Javascript Infovis Toolkit inside of hidden container (tabbed layout)

I have a page with multiple tabs(jquery ui tabs) On the last tab I am displaying a "spacetree". I have this working properly on a seperate test page(without the tabs). As soon as I add everything to the tabbed page the tree stops displaying. The div…
stephen776
  • 9,134
  • 15
  • 74
  • 123
1
vote
1 answer

Javascript InfoVis Toolkit: Event returns wrong node in function that ensues

I stumbled upon the following problem with the Javascript InfoVis Toolkit's Spacetree visualization: When I click a node with the right mouse button, the action which ensues operates on a different node in the same subtree than the one which…
Photon
  • 287
  • 1
  • 2
  • 11
1
vote
0 answers

Labels are detached from nodes in case of multiple graphs on same page