Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 615 Bytes

File metadata and controls

10 lines (7 loc) · 615 Bytes

Businessplan

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