Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 985 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 985 Bytes

Sunburst Visualization

Sunburst visualization helps track population changes from initial channels over lifecycles e.g. digital channels, sites and publishers.

This is a interactive visualization to measure digital attribution. This App can organize the code base and draw the D3 components from a single HTML div tag, and to dynamically assign color and legend scales.

Another advantage of this App is generalizing and conventionalizing data inputs. The input requires a simple tabular schema of sequence, value (see below) and the program will parse the data into a JSON graph.

The design of the data imput therefore makes the visualization more useable on relational database queries. The CSV data can be unsorted but it must NOT contain a header, and has to conform to the following data column requiorements.

Please use link nealxie.github.io/Sunburst-Visualization/ to view it.