NEZ-879 fix: 修复chart template列表数据type展示不正确问题
This commit is contained in:
@@ -265,6 +265,10 @@ export const chart = {
|
|||||||
{
|
{
|
||||||
value: 'group',
|
value: 'group',
|
||||||
label: i18n.t('dashboard.panel.chartForm.typeVal.group.label')
|
label: i18n.t('dashboard.panel.chartForm.typeVal.group.label')
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'diagram',
|
||||||
|
label: i18n.t('dashboard.panel.chartForm.typeVal.diagram.label')
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user