From 6753f00e49a8394151ab35c8b801d241aace5998 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 5 Sep 2019 16:13:46 +0200 Subject: [PATCH] change graph type --- src/app/view/home/graph-list/graph-list.component.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 0cb3242..32c5323 100644 --- a/src/app/view/home/graph-list/graph-list.component.ts +++ b/src/app/view/home/graph-list/graph-list.component.ts @@ -937,8 +937,10 @@ export class GraphListComponent implements OnInit { { x: gDate, y: gaddedreward, - type: 'scatter', - mode: 'lines', + // type: 'scatter', + // mode: 'lines', + fill: 'tozeroy', + type: 'line', name: '', line: { color: '#17BECF',