Multilayer network visualization

Visualizing multilayer networks

Geo layout

If the network is geographic, you can use the <geo-layout> layout to embedd the network on the world map.

<div ng-app="networkApp" ng-controller="networkCtrl">
    <aspect-selector></aspect-selector>
    <geo-layout initial-url="data/trade-network-multilayer.json"></geo-layout>
</div>