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

The option of 'navigationButtons' might not be working correctly.

hmiyakoshi0803 opened this issue · comments

Hi
Thank you for useful library.
I'm currently trying to render network diagram in my react Apps using your library.

I'd like to use navigationButton in diagram, and I've already set below options, but it doesn't working for me.

If you have some advice, i'd really appreciate it.

const options = {
 interaction: {
    dragView: false,
    navigationButtons: true,
    tooltipDelay: 300,
    zoomView: false
  }
}