crubier / react-graph-vis

A react component to render nice graphs using vis.js

Home Page:http://crubier.github.io/react-graph-vis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

library named react-vis-network-graph is an old fork of this package react-graph-vis

alete89 opened this issue · comments

This repo is called react-graph-vis but the package is is published as react-vis-network-graph on NPM.

Instructions say:
yarn add react-vis-network-graph

and then in the example:
import Graph from "react-graph-vis";

you can also install yarn add react-graph-vis but it's a different packet?

I find this very confusing :/

This is because you are now on the initial correct repo: react-graph-vis.

Some people forked my repo and published it as react-vis-network-graph , without updating the docs 😂

This is not my fault there is nothing I can do, except: Use my package, it's more up to date (Even though they bumped version to 3.0.1 and my package is at 1.0.7, my package is now more up to date)

Oh this also had me confused! Thanks for clarifying.
I didn't realise all this time I was using the wrong package :/