From 4b044cc7633f22aa497431d007850117f9a2b37f Mon Sep 17 00:00:00 2001 From: shunmugam Date: Fri, 13 Sep 2019 11:40:58 +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 | 4 ++-- 1 file changed, 2 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 773ba95..f10e2d6 100644 --- a/src/app/view/home/graph-list/graph-list.component.ts +++ b/src/app/view/home/graph-list/graph-list.component.ts @@ -1337,7 +1337,7 @@ export class GraphListComponent implements OnInit { rangemode: 'nonnegative', // showgrid: true, range: range1, - tickangle: 45, + tickangle: 'auto', tickfont: { size: 14 } @@ -1349,7 +1349,7 @@ export class GraphListComponent implements OnInit { range: range3, // overlaying: 'y', rangemode: 'nonnegative', - side: 'left', + side: 'right', position: 1.25, tickangle: 'auto', tickfont: {