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
0 answers

Is it possible to use the infoVis JIT plugin within Grails 2.3.6?

I am having dificulties integrating the jit-plugin into my Grails 2.0.7 project. The Documentation that comes with the Plugin unfortunately does not provide enough information for me to understand how to integrate the plugin into mey GSP. The…
Chry007
  • 521
  • 2
  • 7
  • 25
0
votes
1 answer

JIT adding sub graph individual edge color

I'm having a radial graph showing two levels of nodes. On clicking a node it is possible to add a sub graph with calling the sum() function. Everything works fine except setting individual color for the newly added edges. Does anybody have ever…
sandro1111
  • 63
  • 1
  • 8
0
votes
1 answer

philogb/Treemap only renders undefined

I am trying to use https://github.com/philogb/jit to create a treemap of data coming from top. The data looks…
Adrian
  • 1,370
  • 11
  • 21
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
0 answers

How to put color significance legend in Javascript infovis jit library

i am using Jit.js for tree map. How i can put color significance legend in jit.js and color of box should be appear according to values basis define in each node.
user2564512
0
votes
1 answer

Infovis not Iterating over Root Node

I'm facing weird behaviour of Jit Infovis i'm using. I have two different html files that include a load json function from a Javascript file. The function is using infovis library to display a hypertree map from a json file. Both two html files…
M Rijalul Kahfi
  • 1,460
  • 3
  • 22
  • 42
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

Expand all nodes in infovis tree

How to expand all nodes initially in infovis tree? constrained: false doesn't work for me. After setting this, the space tree remains same. The space tree is displayed with root node only.
CSR
  • 770
  • 1
  • 14
  • 30
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

InfoVis SpaceTrees: node information update after form submit

I'm trying to use InfoVis SpaceTree to allow users to manage some information. Upon clicks on a node, a form is created and shown to the user, which allows him to update that specific node's properties, by ajax. Also, the tree is displayed using…
thyandrecardoso
  • 801
  • 1
  • 7
  • 12
0
votes
1 answer

How to add the click event of edges in Hypertree

refer to the HyperTree in this link How can I add an event to handle click events of edges? Thanks.
hosir
  • 477
  • 1
  • 9
  • 33
0
votes
1 answer

how to change the arrow direction in HyperTree in JavaScript InfoVis Toolkit

I have the following json for HyperTree var json = { "id": "347_0", "name": "AAA", "children": [{ "id": "126510_1", "name": "BBB", "data": { "band": "BBB", "relation": "Subscriber" …
hosir
  • 477
  • 1
  • 9
  • 33