Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 871 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 871 Bytes

Generate Radial Bar Charts

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

  1. Install Node.js
  2. Clone this repository
  3. run
    npm install

Run

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.