This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cyber-narrator-cn-ui/src/views/charts2/charts/mapTestData.js
2022-08-19 10:06:27 +08:00

234 lines
4.2 KiB
JavaScript

export const mapData = [
{
"score": 5,
"locationId": "AU",
"direction": "server",
"locationCountry": "australia"
},
{
"score": 3,
"locationId": "AT",
"direction": "server",
"locationCountry": "austria"
},
{
"score": 1,
"locationId": "",
"direction": "server",
"locationCountry": "bolivia"
},
{
"score": 5,
"locationId": "BR",
"direction": "server",
"locationCountry": "brazil"
},
{
"score": 1,
"locationId": "CM",
"direction": "server",
"locationCountry": "cameroon"
},
{
"score": 5,
"locationId": "CL",
"direction": "server",
"locationCountry": "chile"
},
{
"score": 4,
"locationId": "CN",
"direction": "server",
"locationCountry": "china"
},
{
"score": 1,
"locationId": "CY",
"direction": "server",
"locationCountry": "cyprus"
},
{
"score": 1,
"locationId": "CZ",
"direction": "server",
"locationCountry": "czech republic"
},
{
"score": 5,
"locationId": "FR",
"direction": "server",
"locationCountry": "france"
},
{
"score": 2,
"locationId": "ID",
"direction": "server",
"locationCountry": "indonesia"
},
{
"score": 2,
"locationId": "IE",
"direction": "server",
"locationCountry": "ireland"
},
{
"score": 5,
"locationId": "JP",
"direction": "server",
"locationCountry": "japan"
},
{
"score": 1,
"locationId": "KW",
"direction": "server",
"locationCountry": "kuwait"
},
{
"score": 1,
"locationId": "KG",
"direction": "server",
"locationCountry": "kyrgyzstan"
},
{
"score": 2,
"locationId": "MX",
"direction": "server",
"locationCountry": "mexico"
},
{
"score": 1,
"locationId": "CN-AH",
"direction": "server",
"locationCountry": "moldova"
},
{
"score": 4,
"locationId": "MN",
"direction": "server",
"locationCountry": "mongolia"
},
{
"score": 1,
"locationId": "MZ",
"direction": "server",
"locationCountry": "mozambique"
},
{
"score": 1,
"locationId": "NZ",
"direction": "server",
"locationCountry": "new zealand"
},
{
"score": 4,
"locationId": "NE",
"direction": "server",
"locationCountry": "niger"
},
{
"score": 1,
"locationId": "PT",
"direction": "server",
"locationCountry": "portugal"
},
{
"score": 3,
"locationId": "RO",
"direction": "server",
"locationCountry": "romania"
},
{
"score": 1,
"locationId": "SR",
"direction": "server",
"locationCountry": "suriname"
},
{
"score": 4,
"locationId": "SE",
"direction": "server",
"locationCountry": "sweden"
},
{
"score": 3,
"locationId": "CH",
"direction": "server",
"locationCountry": "switzerland"
},
{
"score": 1,
"locationId": "TH",
"direction": "server",
"locationCountry": "thailand"
},
{
"score": 5,
"locationId": "",
"direction": "server",
"locationCountry": "the netherlands"
},
{
"score": 1,
"locationId": "TK",
"direction": "server",
"locationCountry": "tokelau"
},
{
"score": 2,
"locationId": "AE",
"direction": "server",
"locationCountry": "united arab emirates"
},
{
"score": 6,
"locationId": "RU",
"direction": "server",
"locationCountry": "russia"
},
{
"score": 6,
"locationId": "US",
"direction": "server",
"locationCountry": "united states"
},
{
"score": 3,
"locationId": "UZ",
"direction": "server",
"locationCountry": "uzbekistan"
},
{
"score": 1,
"locationId": "",
"direction": "server",
"locationCountry": "venezuela"
}
]
export const drillDownData = [
{
"score": 1,
"locationId": "CN-AH",
"direction": "server",
"locationCountry": "moldova"
},
{
"score": 3,
"locationId": "CN-SH",
"direction": "server",
"locationCountry": "moldova"
},
{
"score": 6,
"locationId": "CN-CQ",
"direction": "server",
"locationCountry": "moldova"
},
{
"score": 2,
"locationId": "CN-FJ",
"direction": "server",
"locationCountry": "moldova"
}
]