Avg Transaction fee

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

View File

@ -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,