Hi 👋
I’d like to show a detail sheet when a user taps a node, but the current API doesn’t expose a tap/click callback.
SankeyDiagram(data) .onNodeTap { id in // open editor for this node }
I tried forking the package and adding the functionality, but failed.
Could an official .onNodeTap { … } modifier be added (or any simple way to get node-click events)?
Thank for the great library!
Martin