Visualization
Hover for data summary, click on visualization to reset summary.
Select example:
Sunburst visualization helps track population changes from initial channels over lifecycles e.g. digital channels, sites and publishers.
For custom testing, load up a file conforming to the data schema (see details below) or you can test out the following sample files (fake data):
Details
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.
sequence (string):
an ordered sequence that clearly defines the grouping of nodes.value (int):
the value at each stage of a given sequence. Only the final stage value in a given sequence is used in this visualization.
Data Preview
{{ sunburst.data }}