1.0.5 • Published 6 years ago

google-sheet-graph v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Insert a dependency graph in Google Sheets (custom formula)

Codecov branch CircleCI branch

What is is?

Dependency graph is a Google Apps add-ons for Google Sheet that display beautiful dependency image graphs generated with Image-Charts.

Usage

  • Open your spreadsheet
  • Menu Add-ons > Get add-ons > Find this add-on
  • use it (screencast) =image(DEPENDENCY_GRAPH_URL(B2:B23; F2:F23; "ortho"); 2)

The story

We've built a roadmap on google spreadsheet but now we can't find a way to visualize the whole dependency graph 😥

Hold my beer.

Add-on development

Setup

Deploy on Google App Scripts

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 Help url: https://www.youtube.com/watch?v=2T6oHo7FVdI Report issue url: https://stackoverflow.com/questions/tagged/image-charts Post-install tip: Create your first dependency chart by creating a two columns table. Then use the =IMAGE(DEPENDENCY_GRAPH_URL(itemRows, dependsOnRows)) formula to display the dependency chart inside 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...

Validate auth

Follow the official tutorial.

Resources

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago