This is a Businessplan presentation, which uses D3 for visualization. It includes sankey-charts, interactive line chart, interactive tree chart.
Here are some examples of the application:
Data for the visualizations is taken from local CSV files. If you want to run the application without errors you need to initalize a local HTTP server in the location of index_bp.html. A python3 example looks like this:
python -m http.server 8080