heatmap grid line and transaction fee and total difficulty y axis overlap fixes

This commit is contained in:
shunmugam 2019-09-13 11:35:47 +05:30
parent 1752863efa
commit d1a171e3e1

View File

@ -918,11 +918,11 @@ export class GraphListComponent implements OnInit {
showgrid: true, showgrid: true,
}, },
yaxis: { yaxis: {
title: 'Tx Fees', title: 'Tx Fee',
rangemode: 'nonnegative', rangemode: 'nonnegative',
fixedrange: true, fixedrange: true,
// showgrid: true, // showgrid: true,
tickangle: 45, tickangle: 'auto',
tickfont: { tickfont: {
size: 14 size: 14
} }
@ -1351,7 +1351,7 @@ export class GraphListComponent implements OnInit {
rangemode: 'nonnegative', rangemode: 'nonnegative',
side: 'left', side: 'left',
position: 1.25, position: 1.25,
tickangle: 45, tickangle: 'auto',
tickfont: { tickfont: {
size: 14 size: 14
} }
@ -1365,7 +1365,7 @@ export class GraphListComponent implements OnInit {
anchor: 'x', anchor: 'x',
overlaying: 'y', overlaying: 'y',
side: 'right', side: 'right',
tickangle: 45, tickangle: 'auto',
tickfont: { tickfont: {
size: 14 size: 14
} }