vis-react icon indicating copy to clipboard operation
vis-react copied to clipboard

Data visualization library based on vis.js

Results 10 vis-react issues
Sort by recently updated
recently updated
newest added

Am I updating the state right? ``` this.state = { exampleGraph:{ nodes: [], edges: [] } fetchState(){ //api call with list of values this.setState({exampleGraph:{nodes: api_res.nodes, edges: api_res.edges}) } ``` Not...

How to Get 100% height? Seems to max out around 500px? ![image](https://user-images.githubusercontent.com/69472831/105890444-fd299b80-5fd4-11eb-8cbd-bd0bb5e1fd59.png)

I am trying to add legend but there is no doc for doing it.

Have you considered using https://github.com/visjs-community/visjs-network rather than the (now unmaintained) vis.js project as the source for your vis.js dependency?

the hoverEdge function doesn't work on the canvas. I am not getting any console output when I tried to log the event. Looks like the function doesn't get triggered at...

`vis-react` has a dependency to `vis` in package.json as seen here: https://github.com/anishmprasad/vis-react/blob/master/package.json#L13 When `vis` has a new commit on the master, the hash value of that dependency changes for that...

Hi, I was wondering if this project is intended to intended to add features on top of https://github.com/crubier/react-graph-vis or to freeze a particular featureset from the past, since the two...

Hi Anish, Thanks for you library. We are using it in our product. We'd like to see navigation buttons using the `interaction: { navigationButtons: true }` option. More info at...

moreover. thanks for this lib. when using 'fit' or 'destroy' method of vis.js. how do i write code? events and options props to 'Graph' component is work well. please let...

` this.expandNode(e), }} />` We read our nodes and edges from redux reducer like so. I have implemented a function that reads data from local storage and sets nodes and...