5forcegees / sankey_generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sankey_generator

Accepts xls input file of 2-5 columns and outputs an html document sankey chart

XLS source file must be sanitized (no weird characters, just letters and numbers) to be parsed properly

Ex: ./parse_xls_into_html_sankey.py -f ../sourcefiles/fullsource_clean.xls

About


Languages

Language:Python 57.8%Language:HTML 23.3%Language:JavaScript 16.2%Language:CSS 2.8%