Force Directed Graph

Goal

  • Visualization of a large network with more than 2000 nodes with increasing performance
  • Usage of web worker API in order to increase the performance
  • Comparing the performance of visualizing the graph with and without web workers
  • Input

    The input is tsv file with nodes and edges specification

    Output:

    The output will be in the form of a force directed graph with the nodes and edges connecting them using different layouts.

    graph