Skip to content
Snippets Groups Projects
Commit ebbe5211 authored by Michael Hartung's avatar Michael Hartung
Browse files

work in progress

parent 02dd7200
Branches
Tags
No related merge requests found
...@@ -19,7 +19,6 @@ import {OmnipathControllerService} from '../../services/omnipath-controller/omni ...@@ -19,7 +19,6 @@ import {OmnipathControllerService} from '../../services/omnipath-controller/omni
import html2canvas from 'html2canvas'; import html2canvas from 'html2canvas';
import {NetworkSettings} from '../../network-settings'; import {NetworkSettings} from '../../network-settings';
import {defaultConfig, EdgeGroup, IConfig, NodeGroup} from '../../config'; import {defaultConfig, EdgeGroup, IConfig, NodeGroup} from '../../config';
import {Subscription} from "rxjs";
declare var vis: any; declare var vis: any;
...@@ -178,6 +177,8 @@ export class ExplorerPageComponent implements OnInit, AfterViewInit { ...@@ -178,6 +177,8 @@ export class ExplorerPageComponent implements OnInit, AfterViewInit {
document.documentElement.style.setProperty('$primary', color); document.documentElement.style.setProperty('$primary', color);
} }
async getInteractions() { async getInteractions() {
const names = this.nodeData.nodes.map( (node) => node.label); const names = this.nodeData.nodes.map( (node) => node.label);
const nameToNetworkId = {}; const nameToNetworkId = {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment