Display only the Graph panel of the Ratel UI

Hi,

Can I integrate only the the Graph panel into my web application? As show in the image

How can I integrate this code mention over this link

As I see that I need to provide the co-ordinates like below,
const { x: x1, y: y1 } = edge.source; const { x: x2, y: y2 } = edge.target;

how to get such co-ordinates?

How can I bind the pydgraph response to the only the UI graph as its asking the co-ordinates?

Can anyone help me in that?

Thanks. Appreciate your help and time.

Hi @amandalmia14,
Were you able to figure this out?

Thanks!