adrai / flowchart.js

Draws simple SVG flow chart diagrams from textual representation of the diagram
http://flowchart.js.org/
MIT License
8.54k stars 1.21k forks source link

Link not working #239

Closed SudhirFaurecia closed 1 year ago

SudhirFaurecia commented 2 years ago

I have added links in flowchart. see image below- image

It is generating flowchart successfully and also showing link when I hover on it. image

But issue here is when I click the box it is not opening the link(www.google.com). I checked in browser I see below errors. image

Is it because of this (raphael)error link is not working? How to make the link work. Thank you https://github.com/adrai

adrai commented 2 years ago

please create a reproducible example... seems to work here: https://flowchart.js.org/

SudhirFaurecia commented 2 years ago

I am not sure why it is not working at my side. Is there any way we can connect on call and while sharing screen you an check the code.?

adrai commented 2 years ago

you need to isolate the issue in a minimal reproducible example, sorry.

SudhirFaurecia commented 1 year ago

Minimal reproducible example:::

Step 1: Declaration st=>start: START start=>parallel: -_- end=>end: END:>http://www.yahoo.com ldm=>operation: Leather Defect Marking spreadcncroll=>operation: Spreading rolls and CNC cutting roll material scannest=>operation: Leather scanning and nesting /CNC cutting real leather spreadcncfoam=>operation: Spreading rolls and CNC cutting foam / spacer material

Step 2: Implementation st->start(path1, bottom)->end start(path3, right)->end Problem : If you notice, I have added link to 'end' but it is not working. I am not able to click on it.

Let me know if you need more details. I should have uploaded image but my employer does not allow me.

adrai commented 1 year ago

Seems to work here: https://flowchart.js.org/

image image

So must be something in your website/code... sorry