Parameters
1. Matrix (Required)
[
[8000, 10000, 7000, 3000],
[12000, 15000, 10000, 5000],
[7000, 12000, 5000, 2000],
[2000, 4000, 3000, 5000]
]
2. Colors Array (Required)
["#222", "#a67c52", "#ffe39f", "#e55a1a"]
3. Labels (Required)
["black", "brown", "blonde", "red"]
4. Width
5. Height
6. Outer Radius
7. Inner Radius
Usage
Example Configuration
Matrix: [[8000,10000,7000,3000],[12000,15000,10000,5000],[7000,12000,5000,2000],[2000,4000,3000,5000]]
Colors Array: ["#222", "#a67c52", "#ffe39f", "#e55a1a"]
Labels: ["black", "brown", "blonde", "red"]
Width: 550
Height: 550
Outer Radius: 220
Inner Radius: 200
Output
Notes