Open matviishyn opened 5 years ago
can you give me more details about the thing that you want to acomplish?
basically, I want it to be the same way as is, but with only one detail - I want to pass an external image and align at the center, other bubbles would be around
something like here - http://phuonghuynh.github.io/javascript/d3js/2014/12/14/bubble-chart.html but the central bubble is custom and smaller
this it's tricky the responsable for resolve the layout of the graph it's d3.pack (https://d3-wiki.readthedocs.io/zh_CN/master/Pack-Layout/) and calculate automatically the position of the bubbles based on the value of the node, it has several configuration so to acomplish the think that you want you should maybe create a fork of this library and adapt to your needs
Thanks for the answer, also a question, I'd like to pass a image and render it instead of circles, basically fill graph with circle images, is it possible?
Hello, is it possible to get one root node at center and others around it?