CN-984 feat: 图表基本样式和结构
This commit is contained in:
@@ -88,6 +88,16 @@ export const entityType = {
|
||||
ip: 'IP'
|
||||
}
|
||||
|
||||
export const entityDetailTabsName = {
|
||||
informationAggregation: 'informationAggregation',
|
||||
domainNameResolution: 'domainNameResolution',
|
||||
subdomain: 'subdomain',
|
||||
openPort: 'openPort',
|
||||
digitalCertificate: 'digitalCertificate',
|
||||
securityEvent: 'securityEvent',
|
||||
performanceEvent: 'performanceEvent'
|
||||
}
|
||||
|
||||
export const echartsFontSize = {
|
||||
legendFirstFontSize: 12, // <1920
|
||||
legendSecondFontSize: 14, // >=1920 && <2560
|
||||
|
||||
Reference in New Issue
Block a user