flâneur

crubier/react-graph-vis: A react component to render nice graphs using vis.js

github.com · 313 words · saved by 1 readers

A react component to render nice graphs using vis.js

A React component to display beautiful network graphs using vis.js Show, don't tell: Demo Make sure to visit visjs.org for more info. Rendered graphs are scrollable, zoomable, retina ready, dynamic, and switch layout on double click. Due to the imperative nature of vis.js, updating graph properties causes complete redraw of graph and completely porting it to React is a big project itself! This component takes three vis.js configuration objects as properties: graph: contains two arrays { edges, nodes } options: normal vis.js options as described here events: an object that has event…

saved by

related reading