Is there a way to enlarge the size of the dots (circles) in a heat map question | XM Community
Skip to main content

Hi,

I am trying to present participants with images and have them click certain locations on the images using the heat map question. I wonder if there is a way of making the dots (the circles that show up when you click on a location) bigger, so that participants do not click two or more locations that are too close to each other.

Thank you in advance!

Hi there, if you still need, the size of the circles can be increased by adding the below CSS to the Style section of the survey's Look & Feel. Update the values as needed:
.heatmap-circle.open {
    width: 50px !important;
    height: 50px !important;
}


Hi hrheem ,
You can fulfil the above request by using below CSS code snippet

You should keep in mind to keep the height and width to be of same value .
By experimenting with value you can achieve the required size of the circle.
Hope it resolves your query😊!!


Leave a Reply