From deeee0564726e93125e80a70efb3a83d8ed4eeae Mon Sep 17 00:00:00 2001 From: chiayin Date: Mon, 4 Mar 2024 10:51:34 +0800 Subject: [PATCH] fix: Issues #220 done. --- src/components/Discover/Map/Filter/Attributes.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/Discover/Map/Filter/Attributes.vue b/src/components/Discover/Map/Filter/Attributes.vue index 0aa03f9..4ada949 100644 --- a/src/components/Discover/Map/Filter/Attributes.vue +++ b/src/components/Discover/Map/Filter/Attributes.vue @@ -4,7 +4,7 @@
-

Attribute Name ({{ attTotal }})

+

Attribute Name ({{ attTotal }})info

@@ -149,6 +149,13 @@ export default { event.stopPropagation(); }, }, + tooltip: { + attributeName: { + value: 'Attributes with too many discrete values are excluded from selection. But users can still view those attributes in the DATA page.', + + class: '!max-w-[212px] !text-[10px] !opacity-90', + }, + } } }, computed: {