Merge pull request #892 from MiguelMedeiros/fix-tooltip-echarts-liquid
UI/UX: Fix Liquid.network missing tooltip series name.
This commit is contained in:
		
						commit
						231e169c66
					
				@ -85,7 +85,10 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
 | 
			
		||||
  generateArray(mempoolStats: OptimizedMempoolStats[]) {
 | 
			
		||||
    const finalArray: number[][] = [];
 | 
			
		||||
    let feesArray: number[] = [];
 | 
			
		||||
    const limitFeesTemplate = this.template === 'advanced' ? 28 : 21;
 | 
			
		||||
    let limitFeesTemplate = this.template === 'advanced' ? 28 : 21;
 | 
			
		||||
    if (this.stateService.network === 'liquid') {
 | 
			
		||||
      limitFeesTemplate = this.template === 'advanced' ? 26 : 20;
 | 
			
		||||
    }
 | 
			
		||||
    for (let index = limitFeesTemplate; index > -1; index--) {
 | 
			
		||||
      feesArray = [];
 | 
			
		||||
      mempoolStats.forEach((stats) => {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user