Generates variable radius piecharts using data from CWMS Data API provided a config file.
- Headless version with Node.js
- Browser capable with React
- To install the package locally for testing run
npm install
in the root directory- This will install the package in the
node_modules
directory
- This will install the package in the
- To run the script locally without install run
node src/scripts/run.js --help
to see the available options