Change isp pie chart threshold from 0.5% to 0.4%
This commit is contained in:
		
							parent
							
								
									24c8ae2002
								
							
						
					
					
						commit
						3a1da0eb4a
					
				@ -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