NEZ-2037 feat:新增chart类型bubble

This commit is contained in:
zyh
2022-07-21 10:33:20 +08:00
parent 199d9be7b5
commit c3faf9ae21
10 changed files with 324 additions and 4 deletions

View File

@@ -189,7 +189,7 @@ export const endpoint = {
{ value: 1, label: i18n.t('endpoint.metricLabel') },
{ value: 2, label: i18n.t('endpoint.metricEnable') },
{ value: 3, label: i18n.t('endpoint.logEnable') }
],
]
}
export const alertMessage = {
severityData: [
@@ -407,6 +407,7 @@ export const chartType = {
stat: 'stat',
gauge: 'gauge',
pie: 'pie',
bubble: 'bubble',
treemap: 'treemap',
log: 'log',
text: 'text',