From ec29b2fbc73094337d5dca3fc9984b15794ae7c7 Mon Sep 17 00:00:00 2001 From: peterlu14 Date: Fri, 30 Dec 2022 15:20:11 +0800 Subject: [PATCH] [update] show info --- src/components/data-analysis/FileContainer.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/data-analysis/FileContainer.vue b/src/components/data-analysis/FileContainer.vue index 433a783..682459e 100644 --- a/src/components/data-analysis/FileContainer.vue +++ b/src/components/data-analysis/FileContainer.vue @@ -2,9 +2,9 @@
FILE -

{{ channel.xAxis }}

-

{{ channel.yAxis }}

-

{{ fileView.filesSelected }}

+

Meta: {{ fileView.filesSelected }}

+

X: {{ channel.xAxis }}

+

Y: {{ channel.yAxis }}