Generates a set of radial bar charts as svg and png files with 3 radial bars:
This project uses Pablo Molnar's Radial Progress Chart in a slightly adapted version.
- Install Node.js
- Clone this repository
- run
npm install
To let the script generate radial markers for you, run
node generate-markers.js --theme green
This will generate a set of radial svg and png images which will be stored in the folder radial
.
Alternatively you may run this command:
node generate-markers.js --colors "'#7C0A02','#B22222','#E25822'"
Where the list of colors can be replaced by any collection of three hex-coded colors.