diff --git a/src/components/charts/PlotConfigurator.vue b/src/components/charts/PlotConfigurator.vue index 28109c1f..6c2f4259 100644 --- a/src/components/charts/PlotConfigurator.vue +++ b/src/components/charts/PlotConfigurator.vue @@ -57,7 +57,7 @@ -
-
- @@ -90,6 +80,7 @@ const props = defineProps({ columns: { required: true, type: Array as () => string[] }, addNew: { required: true, type: Boolean }, }); + const emit = defineEmits(['update:modelValue']); const selColor = ref(randomColor()); const graphType = ref(ChartType.line);