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 8dc6fb5aea..df9c219b16 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 @@ -25,7 +25,7 @@ const props = defineProps({ const emit = defineEmits(['onTableThresholdChange']) const thresholdCondition = { - term: 'eq', + term: '', field: '0', value: '0', color: '#ff0000ff',