Avg Transaction fee

This commit is contained in:
shunmugam 2019-09-13 13:58:45 +05:30
parent 596f443a85
commit c8c1a53b98

View File

@ -916,22 +916,25 @@ export class GraphListComponent implements OnInit {
rangemode: 'nonnegative', rangemode: 'nonnegative',
fixedrange: true, fixedrange: true,
showgrid: true, showgrid: true,
tickfont: {
size: 13
}
}, },
yaxis: { yaxis: {
title: 'Tx Fee', title: 'Tx Fee',
rangemode: 'nonnegative', rangemode: 'nonnegative',
fixedrange: true, fixedrange: true,
// showgrid: true, // showgrid: true,
tickangle: 'auto', tickangle: -45,
tickfont: { tickfont: {
size: 14 size: 13
} }
}, },
margin: { margin: {
l: 50, l: 50,
r: 50, r: 50,
b: 50, b: 50,
t: 50, t: 0,
}, },
}, },
options: null, options: null,