diff --git a/core/frontend/src/views/chart/components/filter/ResultFilterEditor.vue b/core/frontend/src/views/chart/components/filter/ResultFilterEditor.vue index 21d446f52c..c4a258fc8f 100644 --- a/core/frontend/src/views/chart/components/filter/ResultFilterEditor.vue +++ b/core/frontend/src/views/chart/components/filter/ResultFilterEditor.vue @@ -198,6 +198,9 @@ export default { { label: '', options: [{ + value: 'null', + label: this.$t('chart.filter_null') + }, { value: 'not_null', label: this.$t('chart.filter_not_null') }] @@ -237,6 +240,9 @@ export default { { label: '', options: [{ + value: 'null', + label: this.$t('chart.filter_null') + }, { value: 'not_null', label: this.$t('chart.filter_not_null') }]