Hi, I would like to know how I can customize the tooltip for point clusters in a point layer on a map region. I would like to reference the number of points in the cluster in the tooltip
For example, a cluster object showing a Customer layer looks like this:
Layer: Customer
# points
I would like it to look like:
# Customers
Secondly, I would like to know how to only trigger clusters specifically in Click Map Object dynamic actions and also reference the columns of that cluster (for example, click on a cluster of customers and pass them to another page or mark them in a faceted search on the region).
Thanks, Warren