This Gist is there to help you creating a Sankey Diagram from your Google Spreadsheets.
- Open a spreadsheet
- Click "Tools" -> "Scripts"
- create the two files
code.gs
andindex.html
- insert the document ID from the URL on line 10,
code.gs
- select which sheet is the base for the sankey diagram
- the layout of the table should be as shown in the Example Spreadsheet
- Open the same document
- Click "Zusatzfunktionen" -> "SankeyDiagram"
https://docs.google.com/spreadsheets/d/1IUmvhYuuBvfYEu8OfDczmW6LQW-xaeh5c6rklOg3x-o/
Thank you for the amazing work @njoerd114. I never used JS in app scripts, but now everything makes sense. I saw the google documentation, but still have some doubts if it is possible to do a Sankey Diagram like this:
Do you know how to put the data?