Change isp pie chart threshold from 0.5% to 0.4%

This commit is contained in:
nymkappa
2022-09-07 21:53:42 +02:00
parent 24c8ae2002
commit 3a1da0eb4a

View File

@@ -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) {