danielcaldas / react-d3-graph

Interactive and configurable graphs with react and d3 effortlessly
https://danielcaldas.github.io/react-d3-graph/sandbox/
MIT License
819 stars 233 forks source link

marker dimensions independent from stroke width #504

Open voidsailor opened 2 years ago

voidsailor commented 2 years ago

Hello,

I'm varying the stroke width of links in a directional graph (by changing the graph data). The arrowheads on each link vary with the stroke width, but I'd like to keep their size fixed.

It would be nice to have control over this option :)