flowhub / the-graph

SVG custom elements for FBP graph editing and visualization. Used in noflo/noflo-ui
https://flowhub.github.io/the-graph/demo-full.html
MIT License
1.01k stars 179 forks source link

Cannot move viewport using thumbnail #370

Open YanDoroshenko opened 6 years ago

YanDoroshenko commented 6 years ago

Implement interactive thumbnail. It should allow for the viewport movement using the thumbnail. Thumbnail should indicate the viewport relative to the whole graph. Used to work in previous version here.

jonnor commented 6 years ago

This should work in demo-full also in the current version, but it requires some code in the consumer. Does it not work for you?

YanDoroshenko commented 6 years ago

@jonnor It shows the viewport position, but is not draggable. Version from master branch.

YanDoroshenko commented 6 years ago

Any progress on this?

linonetwo commented 1 year ago

@jonnor Please try it in https://flowhub.github.io/the-graph/demo-full.html it does not work

it requires some code in the consumer

Is there an example?