diff --git a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/TableThresholdEdit.vue b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/TableThresholdEdit.vue index 0afb6eb5f0..63125c9ad6 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/TableThresholdEdit.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/TableThresholdEdit.vue @@ -117,6 +117,19 @@ const dateOptions = [ label: t('chart.filter_ge') } ] + }, + { + label: '', + options: [ + { + value: 'null', + label: t('chart.filter_null') + }, + { + value: 'not_null', + label: t('chart.filter_not_null') + } + ] } ] const valueOptions = [ @@ -167,6 +180,19 @@ const valueOptions = [ label: t('chart.filter_between') } ] + }, + { + label: '', + options: [ + { + value: 'null', + label: t('chart.filter_null') + }, + { + value: 'not_null', + label: t('chart.filter_not_null') + } + ] } ] const predefineColors = COLOR_PANEL @@ -447,7 +473,7 @@ init() class="line-item" :gutter="12" > - +