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: {