Draw a graph

Need help drawing the graph. There can be any number of elements with different weights. Depending on the weight, the size of the element changes. You also need to define the main element. Ideally, you should be able to add images inside the elements.

I tried using vis.js, but it seems not particularly flexible for the implementation of such a graph. enter a description of the image here

Author: Ira Kaschuk, 2017-07-10

1 answers

Try using the d3 library.js https://d3js.org/ As an example https://bl.ocks.org/mbostock/4062045

 1
Author: x3zone, 2017-07-10 16:40:39