JavaScript-based animated Sankey graphs.
parsecontains scripts for converting data in Excel files intojsonformat.static- Launch
index.htmlto run the animation. sankey_timeline.animation.*.jsattachesd3.transitionobjects to relevant elements in the DOM.sankey_timeline.chart.*.jsdraws the elements that make up the Sankey diagram (flows, input and output boxes, labels, etc.).sankey_timeline.constants.*.jscontains variables with fixed values used throughout the code.sankey_timeline.data.*.jscontains the data being graphed.sankey_timeline.funcs.*.jscontains methods used for calculating the geometry of the flows.sankey_timeline.summary.*.jscalculates summary information contained in the data that determines the geometry of the graph.
- Launch