Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

korompaiistvan/Tableau-circular-network-layout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tableau-circular-network-layout

When recreating start by loading the links.csv and then pivoting the 'Source' and 'Target' fields. In the sample workbook the resulting 'Pivot Field Names' and 'Pivot Field Values' fields were renamed to 'source/target' and 'node id' respectively. After this you can join the nodes.csv data based on the newly created 'node id' field.

The layout works by first positioning the nodes based on their indices (trigonometry ftw) and then the links between them. In the x measure that creates the links by line charts, the 'Link ID' field must be on either the Color or the Label shelves, but not Detail.

The network can be filtered based on both node and link attributes.

If orphan nodes are needed in the network those need to be created via self-loops in the links data.

About

How to create a circular network layout in Tableau

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published