From e912c444ecdd5ca9f45269f703f3dd12f712f828 Mon Sep 17 00:00:00 2001 From: "raja.blaze" Date: Mon, 9 Sep 2019 16:07:54 +0530 Subject: [PATCH] colour code updated --- src/app/view/home/graph-list/graph-list.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/view/home/graph-list/graph-list.component.ts b/src/app/view/home/graph-list/graph-list.component.ts index 067c569..795cea7 100644 --- a/src/app/view/home/graph-list/graph-list.component.ts +++ b/src/app/view/home/graph-list/graph-list.component.ts @@ -441,7 +441,7 @@ export class GraphListComponent implements OnInit { // mode: 'lines+markers', type: 'scatter', name: 'Cuckoo', - line: { color: '#bf9b30' }, + line: { color: '#f5c330' }, //hovertemplate: '%{text}
Cuckoo : %{y:,}', hovertemplate: 'Cuckoo : %{y:,}', hoverlabel: {namelength : 0}