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/chart-tools.js
2022-09-10 23:13:42 +08:00

28 lines
517 B
JavaScript

export const typeMapping = {
networkOverview: {
line: 102,
appList: 103,
performanceEvent: 302,
table: 601,
ddosDetection: 701
},
npm: {
npmMap: 1,
npmIpMap: 2,
npmLine: 101,
npmTrafficLine: 104,
npmEventsByType: 301,
npmAppCategoryScore: 702,
npmTabs: 704,
npmEventsHeader: 705,
relatedSessions: 706,
npmNetworkQuantity: 703,
npmRecentEvents: 602,
appEventTable: 603
},
linkMonitor: {
linkBlock: 707,
linkTrafficSankey: 708
}
}