From 1348a71e852d8dd2a27bb4acd49ca7b88a65adc0 Mon Sep 17 00:00:00 2001 From: Pankaj Kumar Gautam Date: Sat, 31 Mar 2018 14:15:06 +0530 Subject: [PATCH] adding more colors --- src/main/resources/static/charts.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/charts.js b/src/main/resources/static/charts.js index 24c7802..352a760 100644 --- a/src/main/resources/static/charts.js +++ b/src/main/resources/static/charts.js @@ -85,7 +85,10 @@ function donutChart(objectName, data) { "#f2637f", "#9261f3", "#31a4e6", - "#55cbcb" + "#55cbcb", + "#e45f24", + "#660066", + "#546e7a" ]; let array = [...Array(length).keys()].map(i => colors[i % colors.length]);