Based on Network data generator for Tableau by Tristan Guillevin

Required structure of JSON file

– nodes: with required id fields
– links: with required source and target fields

            { 
             "nodes": [
                { "id": A },
                { "id": B }
              ],
              "links": [
                { "source": A, "target": B }
              ]
            }
	    

Sample files for download and testing

songs.json
stackoverflow.json

Upload File: Select to view implementation example.

To input your own data to generate the required csv files, please proceed to input your JSON file below.

Download nodes.csv

Download links.csv

Layout Adjustment

To alter the layout of your network graph, feel free to configure the various parameters below. The preview will refresh itself automatically. When configurations are finally finalised, you may proceed to download the CSV files above.

Size (10)
Distance (30)
Strength (90)
Collide (1)

Note: To adjust the node positions, select and drag node_cursor the nodes directly in the graph below. Toggle Full Screen Mode