crubier / react-graph-vis

A react component to render nice graphs using vis.js
http://crubier.github.io/react-graph-vis/
MIT License
958 stars 171 forks source link

Graph initialization fix #21

Closed azubr closed 7 years ago

azubr commented 7 years ago

Graph was not initialized correctly because of typo in componentDidMount function

crubier commented 7 years ago

Thank you !