Integrate GeoIP2 ISP database

This commit is contained in:
nymkappa
2022-07-23 23:33:13 +02:00
parent 300b9e4e05
commit ffe22399d5
7 changed files with 42 additions and 18 deletions

View File

@@ -61,7 +61,7 @@ export class NodesPerISPChartComponent implements OnInit {
}
generateChartSerieData(as) {
const shareThreshold = this.isMobile() ? 2 : 1;
const shareThreshold = this.isMobile() ? 2 : 0.5;
const data: object[] = [];
let totalShareOther = 0;
let totalNodeOther = 0;
@@ -155,7 +155,7 @@ export class NodesPerISPChartComponent implements OnInit {
series: [
{
zlevel: 0,
minShowLabelAngle: 3.6,
minShowLabelAngle: 1.8,
name: 'Lightning nodes',
type: 'pie',
radius: pieSize,