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 tooltip or hover area #190

Open castronelson opened 4 years ago

castronelson commented 4 years ago

Hi I need to show tooltip or else Onmouseover event when hover the Message Area of flowchart

Any possible solution? thanks in advance.

adrai commented 4 years ago

Currently this is not possible, but if you like, you can try a PR. Extending the syntax/DSL and adding the possibility to optionally set a title element attribute https://dmitrybaranovskiy.github.io/raphael/reference.html

castronelson commented 4 years ago

Thank you adrai:)