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
- React graph viscrubier.github.io
- From data to Viz | Find the graphic you needdata-to-viz.com
- GitHub - vasturiano/force-graph: Force-directed graph rendered on HTML5 canvasgithub.com
- visx | visualization componentsairbnb.io
- Node Graph - Josh Warrenjoshw.io
- Node-Based UIs in React - React Flowreactflow.dev
- Grainradgrainrad.com
- Motion (prev Framer Motion): JavaScript & React animation librarymotion.dev
- javascript - React: Adding click listener to Neovis.js - Stack Overflowstackoverflow.com
- There's nothing to watchnothing-to-watch.port80.ch
- Introductionevilcharts.com
- React Virtuosovirtuoso.dev