Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 537 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 537 Bytes

Drag and Drop for Google Organisation Chart

Introduction

This is companion code for my blog post found here. Therein lies more details.

Why?

Because, although Google Charts are great, there aren't enough features. Let's change that.

How?

Simply:

  yarn && yarn start

Or:

  npm i && npm run start

You will then be able to play with the component on http://localhost:8080

Happy dragging and dropping :)