Skip to content

Basic implementation of minimap for VIS Network library.

License

Notifications You must be signed in to change notification settings

savkelita/vis-network-minimap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisJS Network - Minimap

This is a basic implementation of minimap.

Example ( Pure JS )

What is Vis ?

Vis.js is a dynamic, browser based visualization library. The library is designed to be easy to use, handle large amounts of dynamic data, and enable manipulation of the data. https://github.com/almende/vis

Panning support:

Thanks to Aleksey Boev now we can control network through minimap. 🎉

Important note:

Currently Minimap doesn't support dragNodes option. You need to turn it off:

const options = {
  nodes: {},
  edges: {},
  interaction: {
    dragNodes: false,
  },
};

Your advice or suggestions will be much appreciated and welcomed.

Made with 💓

About

Basic implementation of minimap for VIS Network library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published