Merge pull request #2529 from mempool/nymkappa/special-feature-for-wiz-because-its-cool/change-isp-threshold
Change isp pie chart threshold from 0.5% to 0.4%
This commit is contained in:
		
						commit
						22091e05ac
					
				@ -107,7 +107,7 @@ export class NodesPerISPChartComponent implements OnInit {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  generateChartSerieData(ispRanking): PieSeriesOption[] {
 | 
			
		||||
    let shareThreshold = 0.5;
 | 
			
		||||
    let shareThreshold = 0.4;
 | 
			
		||||
    if (this.widget && isMobile() || isMobile()) {
 | 
			
		||||
      shareThreshold = 1;
 | 
			
		||||
    } else if (this.widget) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user