adrai / flowchart.js

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

How to add the style "cursor:pointer" to the element <a> ? #158

Closed Andersonfeng closed 5 years ago

Andersonfeng commented 5 years ago

Example: tim 20180723105835

Andersonfeng commented 5 years ago

I wonder is there any way to do this without modifying js or css?

ChiragSSinghal commented 5 years ago

You can try replacing the link with "#" or with "#[blank]" (for new tab) for implementing the "cursor:pointer" without changing js or css.

st=>start: Start:>#[blank]
e=>end:>#

20180821_142742 20180821_142736

Andersonfeng commented 5 years ago

thank you very much !!! sorry to reply so late. now I can close the comment.