From d1a171e3e1af62e39ab49feb7c5d8e015e0376a6 Mon Sep 17 00:00:00 2001 From: shunmugam <sundaram.blaze@gmail.com> Date: Fri, 13 Sep 2019 11:35:47 +0530 Subject: [PATCH] heatmap grid line and transaction fee and total difficulty y axis overlap fixes --- src/app/view/home/graph-list/graph-list.component.ts | 8 ++++---- 1 file changed, 4 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 7f2c2ae..773ba95 100644 --- a/src/app/view/home/graph-list/graph-list.component.ts +++ b/src/app/view/home/graph-list/graph-list.component.ts @@ -918,11 +918,11 @@ export class GraphListComponent implements OnInit { showgrid: true, }, yaxis: { - title: 'Tx Fees', + title: 'Tx Fee', rangemode: 'nonnegative', fixedrange: true, // showgrid: true, - tickangle: 45, + tickangle: 'auto', tickfont: { size: 14 } @@ -1351,7 +1351,7 @@ export class GraphListComponent implements OnInit { rangemode: 'nonnegative', side: 'left', position: 1.25, - tickangle: 45, + tickangle: 'auto', tickfont: { size: 14 } @@ -1365,7 +1365,7 @@ export class GraphListComponent implements OnInit { anchor: 'x', overlaying: 'y', side: 'right', - tickangle: 45, + tickangle: 'auto', tickfont: { size: 14 }