flowchart.js
flowchart.js copied to clipboard
How to add tooltip or hover area
Hi I need to show tooltip or else Onmouseover event when hover the Message Area of flowchart
Any possible solution? thanks in advance.
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
Thank you adrai:)