cytoscape / cytoscape.js-navigator

Bird's eye view pan and zoom control for Cytoscape.js.
MIT License
67 stars 42 forks source link

Not connecting to container #52

Closed Alexithemia closed 2 years ago

Alexithemia commented 2 years ago

Hello! Not sure if I am not setting this up correctly, but the navigator is not getting attached under the correct container. It is going under the html body element no matter what I specify in options.

It also does not have any height or the correct positioning, which could be due to not having the correct container?

this.cy.navigator({
      container: this.cy.container(),
      viewLiveFramerate: 0,
      thumbnailEventFramerate: 30,
      thumbnailLiveFramerate: false,
      dblClickDelay: 200,
      removeCustomContainer: true,
      rerenderDelay: 100
    });

image

r0manchak commented 2 years ago

This is related to #53

maxkfranz commented 2 years ago

Closed via #54