Questions tagged [icicle-diagram]

An icicle diagram is a graphical display of clustering results, so called because it resembles a row of icicles hanging from the eaves of a house.

An icicle diagram is a graphical display of clustering results, so called because it resembles a row of icicles hanging from the eaves of a house.

22 questions
0
votes
0 answers

d3.js - data on selection is stored after hard refresh

I'm curious why my d3 canvas keeps data stored, even after I do a hard refresh of the browser. Now, if I 'zoom' on a g-element the dy, dx, w and h of it changes. Consequently, if I use a filter and rerender the icicle, the g elements have the same…
jvdp
  • 149
  • 8
0
votes
1 answer

how to create zoomable icicle with lane name

I am trying to create a zoomable icicle by using d3.js. I am facing issue with label name which is not getting displayed. Here is my source code. please let me know is there is any problem in this. HTML :
Rajesh Kumar
  • 349
  • 3
  • 18
0
votes
1 answer

zoomable icicle d3 add label in chart

I have read the post about to insert a label into a d3 chart but I don't see the text This is the post: How to add to text to the Zoomable Icicle d3 graph? This is my page with code: http://mirkotinelli.altervista.org/icicle/altro.html
0
votes
1 answer

How to add to text to the Zoomable Icicle d3 graph?

How to add text to the rects in this graph? http://bl.ocks.org/mbostock/1005873
Isaac
  • 2,701
  • 4
  • 30
  • 47
0
votes
1 answer

d3js Zoomable Icicle data

I want to modify the zoomable icicle plot of d3js to include my own data. However, I cannot find the "readme.json" file to modify the data, nor does the graph render locally. Where can I find this file, or if I create my own json file, how should…
Bradley Marques
  • 502
  • 3
  • 22
0
votes
1 answer

d3js partition icicle chart modified

So I'm trying to modify the Zoomable Icicle chart from this link so that I can have exactly the same but the last nodes, the light green ones stack on top of each other instead of next to each other. This has been quite complicated for me because…
climboid
  • 6,932
  • 14
  • 44
  • 71
-1
votes
1 answer

I need to develop icicle chart using HighCharts

HI can I tweak tree map and do it ? I can pass all data hierarchy . its already implemented in d3 . Can i use/tweak Any properties of highcharts to render icicle ?
1
2