...
Setting | Description |
---|---|
totalsSupplied | Enable if the second column contains totals. |
percentageValues | Enable if the first column contains percentages instead of count. |
colorRanges | An array of percentages determining the cut-offs for each colour. Example: [20, 100] In this example the progress bar would be red between 0% and 20%, yellow between 21% and 99%, and green at 100%This setting allows for assigning colours to value ranges. Define an array of percentage values as boundaries for the next colour in the colour set. |
backgroundColour | Set the colour of the 'empty' part of the pie chart (i.e. total minus progress value). |
...