rtalbot89 / flow-svg

Create simple interactive and static flow charts using JavaScript and SVG.
MIT License
62 stars 26 forks source link

Tip on process and decision #7

Open ugobasile opened 5 years ago

ugobasile commented 5 years ago

How i can set Tip on step type process and decision?

rtalbot89 commented 5 years ago

Tips can only be added to finish shapes. There is no functionality to add tips to other types of shape.

ugobasile commented 5 years ago

OK, there is any mode for add onclick attribute to links options? I'd like can open a modal on link click

rtalbot89 commented 5 years ago

All of the functionality is documented in README.md. You may be able to use jQuery or similar to bind a function to a link element to achieve what you are trying to do. I haven't tried it, so I don't know if there are any issues with this approach.

ugobasile commented 5 years ago

Ok Thank You

nibetanco commented 3 years ago

OK, there is any mode for add onclick attribute to links options? I'd like can open a modal on link click

were you able to do this?

ugobasile commented 3 years ago

OK, there is any mode for add onclick attribute to links options? I'd like can open a modal on link click

were you able to do this?

No at end i not implement more this functions. But i think that u can set some jquery function on the class and maybe open a modal.