0

I am trying to make a dynamic block diagram where each block has a different id, and want has to be connected like shown in below diagram;

enter image description here

I saw another similar post with a solution

<div class="box" id="box1"></div>
<div class="box" id="box2"></div>
<div class="box" id="box3"></div>

<div class="line" id="line1"></div>
<div class="line" id="line2"></div>

but here the problem is the diagram is not static and the block and the connection are made from the data recieved from backend.

ankur
  • 49
  • 1
  • 11

0 Answers0