emiliorizzo/vue-d3-network

customizing stroke-width of each link

knackjax opened this issue · 3 comments

A feature request, it would be nice if we could override the default lineWidth like how you did with _color.

I tried to use _svgAttrs: {"stroke-width": 10} but it does not seem to override the default.

https://jsfiddle.net/aym91pek/

Can you either allow overriding via _svgAttrs or make a linkWidth property settable on a per node basis?

Thanks,

Same request!.

We use it for build LifeWheel and graph of interests. It would be very applied.