- {{ t('visualization.add_jump_field') }}
+ {{ t('visualization.add_jump_field') }} 1
@@ -384,7 +390,13 @@
{{ t('visualization.link_outer_params') }}
-
+
,
required: true
@@ -139,14 +135,6 @@ const positionComponentShow = computed(() => {
return !batchOptStatus.value && dvInfo.value.type !== 'dashboard'
})
-const eventsShow = computed(() => {
- return (
- !batchOptStatus.value &&
- ['indicator', 'rich-text'].includes(chart.value.type) &&
- props.eventInfo
- )
-})
-
const showProperties = (property: EditorProperty) => properties.value?.includes(property)
const onMiscChange = (val, prop) => {
@@ -379,15 +367,6 @@ watch(
@onMiscChange="onMiscChange"
/>
-
-
-
-