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

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

Open hmiyakoshi0803 opened this issue 5 years ago • 0 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
  }
}

hmiyakoshi0803 avatar May 01 '20 05:05 hmiyakoshi0803