projectstorm / react-diagrams

a super simple, no-nonsense diagramming library written in react that just works
https://projectstorm.cloud/react-diagrams
MIT License
8.58k stars 1.17k forks source link

How do I remove the point shape? #796

Closed JJongTaeng closed 3 years ago

JJongTaeng commented 3 years ago
link.point(540, 280);

I want to transform or remove the shape of a point created by calling the point function.