Questions tagged [thejit]

The JIT is the JavaScript Information Visualization Toolkit. See also the InfoVis tag.

44 questions
0
votes
1 answer

Generate image from HTML canvas + other HTML elements

I'm using the SpaceTree plugin from the JIT library. I'm in the final stages of a project and the possibility of using IE6 is a dead end, so as an alternative option, converting the visualisation to an image should be plausible. I've used canvas's…
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
1 answer

Javascript infovis toolkit (JIT) adding edge event listener in HyperTree

I'm struggling with adding an edge event listener to the HyperTree object edge in Javascript Infovis toolkit library. I am aware of the fact, that everything revolves around "contains" method, which is not implemented for default edge type, which is…
Sergey Aganezov jr
  • 675
  • 10
  • 18
0
votes
1 answer

Stop theJit dragging when mouse exits canvas

I am using theJit as SpaceTree to visualize some information (Who'd guessed that...) Problem is, when users are panning the graph and dragging the mouse outside of the canvas jit doesn't recognizes it and keeps on dragging. When the user comes back…
Tobias Boschek
  • 2,158
  • 3
  • 18
  • 22
0
votes
1 answer

Retrieve label HTML from node

I have a node of a SpaceTree graph (from the JIT library) and I'd like to modify the HTML of its label in a click listener. This would be trivial if I had a reference to the label object that is passed as a parameter to the onPlaceLabel() and…
Khaelex
  • 742
  • 5
  • 15
0
votes
2 answers

Multiple infovis bar charts do not work

How can I have 2 bar charts plotted in 2 different divs on a single web page? If I try to do so one bar chart gets overwritten with the values of the second chart since the library looks for hardcoded div name 'infovis'. Any idea how to fix this?
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
0 answers

Multiple instances of InfoVis RGraph visualisations

I am developing an application that has multiple tabs (using jQuery UI). These can be opened and closed by the user. Within each tab is an rGraph visualisation from the JavaScript InfoVis Toolkit…
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

How to add css style to custom image node in JavaScript InfoVis ToolKit

I have created custom nodes for my force directed InfoVis graph in which I display a user's image. I want to now add style to the image, such as adding a border and making it a circle. I tried adding css class as follows, but it's not working. …
JAck28
  • 899
  • 4
  • 15
  • 40
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

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

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
1 2
3