CN-647 fix: 图表接口对接
This commit is contained in:
@@ -1,210 +1,4 @@
|
||||
export const mapData = [
|
||||
{
|
||||
"count": 9,
|
||||
"ipLocationId": "AU",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "australia"
|
||||
},
|
||||
{
|
||||
"count": 3,
|
||||
"ipLocationId": "AT",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "austria"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "bolivia"
|
||||
},
|
||||
{
|
||||
"count": 2,
|
||||
"ipLocationId": "BR",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "brazil"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "CM",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "cameroon"
|
||||
},
|
||||
{
|
||||
"count": 2,
|
||||
"ipLocationId": "CL",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "chile"
|
||||
},
|
||||
{
|
||||
"count": 11,
|
||||
"ipLocationId": "CN",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "china"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "CY",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "cyprus"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "CZ",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "czech republic"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "FR",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "france"
|
||||
},
|
||||
{
|
||||
"count": 2,
|
||||
"ipLocationId": "ID",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "indonesia"
|
||||
},
|
||||
{
|
||||
"count": 2,
|
||||
"ipLocationId": "IE",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "ireland"
|
||||
},
|
||||
{
|
||||
"count": 5,
|
||||
"ipLocationId": "JP",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "japan"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "KW",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "kuwait"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "KG",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "kyrgyzstan"
|
||||
},
|
||||
{
|
||||
"count": 2,
|
||||
"ipLocationId": "MX",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "mexico"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "moldova"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "MN",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "mongolia"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "MZ",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "mozambique"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "NZ",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "new zealand"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "NE",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "niger"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "PT",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "portugal"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "RO",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "romania"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "SR",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "suriname"
|
||||
},
|
||||
{
|
||||
"count": 4,
|
||||
"ipLocationId": "SE",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "sweden"
|
||||
},
|
||||
{
|
||||
"count": 2,
|
||||
"ipLocationId": "CH",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "switzerland"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "TH",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "thailand"
|
||||
},
|
||||
{
|
||||
"count": 5,
|
||||
"ipLocationId": "",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "the netherlands"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "TK",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "tokelau"
|
||||
},
|
||||
{
|
||||
"count": 2,
|
||||
"ipLocationId": "AE",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "united arab emirates"
|
||||
},
|
||||
{
|
||||
"count": 20,
|
||||
"ipLocationId": "",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "united kingdom"
|
||||
},
|
||||
{
|
||||
"count": 81,
|
||||
"ipLocationId": "US",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "united states"
|
||||
},
|
||||
{
|
||||
"count": 3,
|
||||
"ipLocationId": "UZ",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "uzbekistan"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ipLocationId": "",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "venezuela"
|
||||
}
|
||||
]
|
||||
export const mapData2 = [
|
||||
{
|
||||
"score": 5,
|
||||
"locationId": "AU",
|
||||
@@ -224,7 +18,7 @@ export const mapData2 = [
|
||||
"locationCountry": "bolivia"
|
||||
},
|
||||
{
|
||||
"score": 2,
|
||||
"score": 5,
|
||||
"locationId": "BR",
|
||||
"direction": "server",
|
||||
"locationCountry": "brazil"
|
||||
@@ -236,7 +30,7 @@ export const mapData2 = [
|
||||
"locationCountry": "cameroon"
|
||||
},
|
||||
{
|
||||
"score": 2,
|
||||
"score": 5,
|
||||
"locationId": "CL",
|
||||
"direction": "server",
|
||||
"locationCountry": "chile"
|
||||
@@ -260,7 +54,7 @@ export const mapData2 = [
|
||||
"locationCountry": "czech republic"
|
||||
},
|
||||
{
|
||||
"score": 1,
|
||||
"score": 5,
|
||||
"locationId": "FR",
|
||||
"direction": "server",
|
||||
"locationCountry": "france"
|
||||
@@ -308,7 +102,7 @@ export const mapData2 = [
|
||||
"locationCountry": "moldova"
|
||||
},
|
||||
{
|
||||
"score": 1,
|
||||
"score": 4,
|
||||
"locationId": "MN",
|
||||
"direction": "server",
|
||||
"locationCountry": "mongolia"
|
||||
@@ -326,7 +120,7 @@ export const mapData2 = [
|
||||
"locationCountry": "new zealand"
|
||||
},
|
||||
{
|
||||
"score": 1,
|
||||
"score": 4,
|
||||
"locationId": "NE",
|
||||
"direction": "server",
|
||||
"locationCountry": "niger"
|
||||
@@ -411,18 +205,4 @@ export const mapData2 = [
|
||||
}
|
||||
]
|
||||
export const drillDownData = [
|
||||
{
|
||||
"ipLocationProvince": "beijing",
|
||||
"count": 1,
|
||||
"ipLocationId": "CN-BJ",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "china"
|
||||
},
|
||||
{
|
||||
"ipLocationProvince": "taiwan",
|
||||
"count": 3,
|
||||
"ipLocationId": "CN",
|
||||
"dnsServerRole": "tldns",
|
||||
"ipLocationCountry": "china"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user