diff --git a/nezha-fronted/src/components/common/rightBox/chart/chartConfig.vue b/nezha-fronted/src/components/common/rightBox/chart/chartConfig.vue index 9add1bb08..0fb469bce 100644 --- a/nezha-fronted/src/components/common/rightBox/chart/chartConfig.vue +++ b/nezha-fronted/src/components/common/rightBox/chart/chartConfig.vue @@ -814,8 +814,12 @@ size="small" @change="change" > - - + {{item.name}} + @@ -868,6 +872,15 @@ export default { oldType: '', tag: '', promqlType: 'log', + showHidden: [ + { + id: 'show', + name: this.$t('overall.show') + }, { + id: 'hidden', + name: this.$t('overall.hidden') + } + ], chartTypeList: [ { id: 'line',