react-network-diagrams icon indicating copy to clipboard operation
react-network-diagrams copied to clipboard

Contains ESnet network mapping and circuit rendering code, as used in the ESnet portal.

Results 23 react-network-diagrams issues
Sort by recently updated
recently updated
newest added

It seems if the path name values are not camelCased, it doesn't seem to render the corresponding color value. const pathColorMap = { Ate23 Z1: "#00008b" Kile23 Zsd1: "#00008b" Byte23...

We, like i'm sure many others do, use "." in node names. With traffic lookups on the Event.get() function this attempts to look up a path rather than a match...

Can you add simple examples for maybe a couple of graphs examples e.g. TrafficMap as well as map topology examples, that users can just cut and paste into the App.js...

Hello, I would like to know if there is a way to make the handleSelectionChanged function for the edges on the map more dynamic in order to decouple traffic data...

The map editor is a nice example but pulls in a bunch of extra dependencies.

- decouple names of nodes and edges from their identity -- add id - data model should allow for multiple edges - spend some time up front thinking about the...

hi, i like to have the percent of a link used and then map that to the color so if 1% of a link is in use then color is...

Using webpack, `npm i react-network-diagrams` gives me this. ``` ERROR in ./node_modules/react-network-diagrams/lib/components/MapEditor.js Module not found: Error: Can't resolve 'react-select' in '/Users/xyz/project/node_modules/react-network-diagrams/lib/components' @ ./node_modules/react-network-diagrams/lib/components/MapEditor.js 22:19-42 @ ./node_modules/react-network-diagrams/lib/index.js @ ./project/js/components/Network.js @ ./project/js/components/App.js...

bug

I'm using this library to generate a backbone sensor network graph and it works great so far. However, if I'm trying to graph large set of data (about 8000 nodes...

In the case of the facilities map, we would like to show the bidirectional arrows for the backbone and to the sites. However, since the facilities cluster around sites it...