I have a list of edges where the it goes from key to value
so a => [x,y,z]
meaning a
is connected to x
, to y
and to z
I have a long list of these and I want to visualize it, preferably with javascript.
What are some known javascript packages that will do this painlessly (input edges, output graph via javascript)