mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 19:37:06 +00:00
feat: add panzoom widget to network view
This commit is contained in:
@@ -100,6 +100,9 @@ function get_network() {
|
||||
style: network_style
|
||||
});
|
||||
|
||||
// Add pan + zoom widget with cytoscape-panzoom
|
||||
cy.panzoom();
|
||||
|
||||
// Load people and add to graph
|
||||
var person_set = JSON.parse(document.getElementById('person-set-data').textContent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user