Add some more colors
This commit is contained in:
@@ -14,7 +14,11 @@ function generateBarColor(index) {
|
||||
[54, 76, 121],
|
||||
[118, 153, 249],
|
||||
[148, 50, 123],
|
||||
[85, 172, 6]];
|
||||
[85, 172, 6],
|
||||
[219, 200, 187],
|
||||
[255, 134, 72],
|
||||
[186, 247, 71],
|
||||
[252, 200, 13]];
|
||||
var color = [0, 0, 0];
|
||||
if (index >= 0 && index < builtin_colors.length) {
|
||||
color = builtin_colors[index];
|
||||
|
Reference in New Issue
Block a user