uber/react-vis-force

Fix <ForceGraphArrowLink /> components

kirill-konshin opened this issue · 11 comments

Since links are defined as source and target is it possible to show the direction on links? Some additional prop can be introduced to enable that.

I would presume ForceGraphArrowLink does this?

Is it included in 0.1.4? I can't find it in NPM package.

Doesn't look like it. Issue #25 has requested the latest get published.

Arrow Links were contributed in, but don't seem to be doing the trick on the storybook docs. Marking as help wanted to get the arrow links working.

I've tried 0.2.0, they just don't show up completely :(

@kirill-konshin would appreciate your input on the branch I just opened, it should make the arrows work.

@fastfrwrd sure, but how should I install it? Repository has to be built before usage... Can you publish a beta version (like 0.2.1-beta.0) to NPM under your personal scope @fastfrwrd/react-vis-force?

I'll get this released today or tomorrow - it should definitely work a bit better for you, it worked well on storyboard. you may find there need to be slight alterations to the component to make it more flexible, so PR those in if they are necessary.

Sure, today/tomorrow is perfect, I'll wait.

fix is in 0.3.0

Fix confirmed.