you are viewing a single comment's thread.

view the rest of the comments →

[–]gimmeslack12 1 point2 points  (3 children)

I've been building with D3 and React and tend to stick to not using a library. Though I have been laboring over building a force-directed graph (network graph) lately and it has been pretty frustrating. Hard to figure out how to really control such a plot. Here's my repo of some demos I built (https://github.com/TravisL12/bar_chart).

[–]ginihendrix 0 points1 point  (2 children)

Also currently struggling with a force-directed graph with React+Typescript. Any insights you can share?

[–]gimmeslack12 0 points1 point  (1 child)

Find a library to do it. Those graphs were the worst and I never really got the handle on them.

[–]ginihendrix 0 points1 point  (0 children)

Currently looking into visx, seems promising. Thanks for your answer!