From c8c1a53b9834602d69a57d3c67fabe488db61117 Mon Sep 17 00:00:00 2001 From: shunmugam Date: Fri, 13 Sep 2019 13:58:45 +0530 Subject: [PATCH] Avg Transaction fee --- src/app/view/home/graph-list/graph-list.component.ts | 11 +++++++---- 1 file changed, 7 insertions(+), 4 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 f10e2d6..b9120c4 100644 --- a/src/app/view/home/graph-list/graph-list.component.ts +++ b/src/app/view/home/graph-list/graph-list.component.ts @@ -915,23 +915,26 @@ export class GraphListComponent implements OnInit { tickformat: '%m-%d', rangemode: 'nonnegative', fixedrange: true, - showgrid: true, + showgrid: true, + tickfont: { + size: 13 + } }, yaxis: { title: 'Tx Fee', rangemode: 'nonnegative', fixedrange: true, // showgrid: true, - tickangle: 'auto', + tickangle: -45, tickfont: { - size: 14 + size: 13 } }, margin: { l: 50, r: 50, b: 50, - t: 50, + t: 0, }, }, options: null,