I'm trying to create a map using Interactive Legend where there are multiple attributes in one location, but where I'm able to see all the attributes using clustering (chart) and am able to filter to show just one category of attribute.
Currently when I click on one legend item to filter by that single category, every single attribute comes up, including ones not in that category.
Is there any way to sort this, or will I have to go back to using individual dots to ensure that only the attributes in that category are filtered correctly?
Interactive Legend cannot perfectly filter individual categories within a cluster, which is a limitation of the current cluster aggregation method. If accurate category filtering is required, you must disable clustering or use a separate filter widget.
Thought that may be the case - have found a workaround using a Dashboard which does exactly what I wanted it to. Thank you!