Dependency graph is a Google Apps add-ons for Google Sheet that display beautiful dependency image graphs generated with Image-Charts.
- Open your spreadsheet
- Menu
Add-ons
> Getadd-ons
> Find this add-on - use it (screencast)
=image(DEPENDENCY_GRAPH_URL(B2:B23; F2:F23; "ortho"); 2)
We've built a roadmap on google spreadsheet but now we can't find a way to visualize the whole dependency graph 😥
- Enable Apps Script API: https://script.google.com/home/usersettings
npm install
npm run first-run
to setup clasp
npm run deploy
-
Title: Dependency graph visualization
-
Short description: Sheet add-on that display beautiful dependency image graphs to visualize project roadmap or anything else that has dependencies.
-
Add-on Type: Sheets
-
Report issue url: https://stackoverflow.com/questions/tagged/image-charts
-
Post-install tip: Create a two column table, 1st column for items, 2nd column for what the item depends on. Then use the formula =IMAGE( DEPENDENCY_GRAPH_URL(A2:A7, B2:B7) ) to display the dependency chart in a cell.
-
Detailed description: A Google Sheet add-on that display beautiful dependency image graphs. Perfect for project roadmap, visualizing multiple dependencies, mind-map, etc...
Follow the official tutorial.
- https://developers.google.com/gsuite/add-ons/overview
- https://developers.google.com/gsuite/add-ons/how-tos/publish-addons
- https://github.com/gsuitedevs/apps-script-samples
- https://stackoverflow.com/a/37056733/745121
- https://github.com/oshliaer/google-apps-script-awesome-list
- https://github.com/fossamagna/gasify