fix overlapping legend on block fee rates chart

This commit is contained in:
Mononaut 2023-01-18 15:54:56 -06:00
parent c5f9682b5b
commit e842aa814e
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -213,6 +213,7 @@ export class BlockFeeRatesGraphComponent implements OnInit {
},
},
legend: (data.series.length === 0) ? undefined : {
padding: [10, 75],
data: data.legends,
selected: JSON.parse(this.storageService.getValue('fee_rates_legend')) ?? {
'Min': true,