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

Link (via url) to specific node in infovis (jit) treemap

Any infovis toolkit users out there? Would surely appreciate your help. I'm wondering if there's a way to link to a specific node via a standard href or some other method. Specifically, I'd like to retain the current node that the user is viewing…
Ben Wilson
  • 2,271
  • 3
  • 26
  • 35
0
votes
1 answer

Infoviz. Calculate tree canvas size prior to drawing

On my current project I'm trying to visualize tree structure using Infoviz library to display hierarchical tree structure. It works pretty well and display the tree in the form I want. But the only problem I have is that I do not find a way to draw…
lostaman
  • 922
  • 12
  • 25
0
votes
0 answers

How to use Infovis Library in ReactJS

I want to use Infovis library in my Web Application using Reactjs. But I cant able to find any documentation or example in google. How to use these examples infovis toolkit in ReactJS?
0
votes
1 answer

Drawing a ForceDirected graph with JavaScript InfoVis Toolkit

I have two tables in database like this: Table_1 PK Column generated by db... Any other columns... Table_1_association PK Column generated by db... FK Column for Table_1 Another FK Column for Table_1 In this case, I can have the follow lines in…
0
votes
1 answer

How can I use the JavaScript InfoVis Toolkit in the .net project

Now I'm doing some work about Code Coverage and Treemap. And my projects are c# projects such as Asp.net MVC. I want to use "JavaScript InfoVis Toolkit", because it's effect is very good and it supports interactive animations. But I could not find…
Cheng
  • 1,169
  • 2
  • 8
  • 8
0
votes
1 answer

javascript infovis sunburst - how to space nodes

I'm using this sunburst visualisation Sunburst example and trying to find a way to increase the width (or border width) between the adjacent nodes (shown in the image below as the thin black line separating the nodes "Coordinates" from "Core" The…
haz
  • 740
  • 1
  • 11
  • 20
0
votes
1 answer

call javascript infovis sunburst rotate function outside init

I would like to simulate the click of a sunburst node from a menu outside of the canvas so that the clicked node is rotated until its horizontal, which is what happens when a node is clicked on the canvas. The function: sb.rotate(node, method,…
haz
  • 740
  • 1
  • 11
  • 20
0
votes
1 answer

JIT Infovis sunburst node contract/expand

I am rendering a sunburst diagram using the Infovis javascript toolkit. I would like to have all nodes above a certain level be collapsed so that they can be expanded selectively. I am using: if(node.data.class == "level1" ) { …
haz
  • 740
  • 1
  • 11
  • 20
0
votes
0 answers

Javascript InfoVis SpaceTree: Navigation (Drag tree and select node) issue

I am using the Javascript InfoVis SpaceTree. And my SpaceTree have more then 500 nodes. Everything working fine until I drag the tree (navigate). It Depends on how far I drag it, Then select node which have next level tree, that selected node will…
0
votes
1 answer

Infovis forced directed nodes names overlapping

Hi I am using Infovis(JIT) forced directed graph and i have more than 100 nodes connected to single parent node, which creates a circular shape but the name of the nodes are overlapping and it is vey difficult to read their names. Is there any way…
Ethen
  • 161
  • 3
  • 3
  • 16
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

d3 hover over legend, how to determine id

I'm trying to determine that when I hover over a certain legend item, how do I know which one I hover over. // draw legend colored rectangles legend.append("rect") .attr("x", width + 170) .attr("width", 18) .attr("height", 18) …
Yan
  • 59
  • 6
0
votes
1 answer

Side by Side Bar Charts for similar quantities in Tableau

I am new to Tableau but have rather simple visualization in need. Suppose I have a table with 3 columns of, {Val_A, Err_Model_AB (in %), Err_Model_AC (in %)}, and 100 rows. The parameter Val_A takes random values from [0,1] and the 'Err_Model's go…
KPJ
  • 25
  • 1
  • 4
0
votes
0 answers

Why does Infovis JS Toolkit crash in Chrome

I'm using the Infovis JS toolkit inside an EXT JS Container. Now in Chrome the site crashes without giving me any hint why it does. Other browsers work well. I made a little demo site http://dev.eftas.com:8080/idnetwork/ The annoying thing is, that…
Cliff Pereira
  • 403
  • 4
  • 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