google-sheet-graph

1.0.5 • Public • Published

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

Package Sidebar

Install

npm i google-sheet-graph

Weekly Downloads

2

Version

1.0.5

License

MIT

Unpacked Size

19.4 MB

Total Files

20

Last publish

Collaborators

  • fgribreau