NEZ-2037 feat:新增chart类型bubble
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user