Marcus Krug
unread,Jun 1, 2012, 9:12:47 AM6/1/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JavaScript InfoVis Toolkit
I am currently trying to customize the sunburst layout for
hierarchical data. Instead of visualizing the hierarchy inside-out, I
would like to display the hierarchy outside-in. I managed to "invert"
the layout by computing the maximum depth and modifying the
createLevelDistanceFunc. As a result, the layout is the way I would
like to have it, but when hovering over a node in the layout a
different node is highlighted (the one that would be there if I hadn't
changed the createLevelDistanceFunc). I checked everything that is
related to computing the layout, but I have not yet figured out where
this goes wrong. Does anyone have a clue? Thanks.
Cheers,
Marcus