MrBlenny / react-flow-chart

🌊 A flexible, stateless, declarative flow chart library for react.
https://mrblenny.github.io/react-flow-chart/index.html
MIT License
1.46k stars 306 forks source link

Feature: Tooltips #217

Open BastinJafari opened 3 years ago

BastinJafari commented 3 years ago

Tooltips are useful to communicate the handling of software tools to the end-user. You can now add them to your flow chart by adding the tooltipGlobal object to your overall chartState or the tooltip object to your node states. See readme for examples