Interactive Map

Hi.I am looking to build an interactive map similar to this one

I have set up a database,a form that collects information that goes to the database
Would like to have a map which on hover shows how many people from that state signed up,taking this information from the database

I have an idea of javascript and wix code.

However I would need advice of how to start building this,would add a jpg image of the us map would be able to connect it or need to add an image of each state separately?

Any suggestion,idea would be appreciated
Thank you

The Callout and Highlight example should get you started in the right direction. Use events and the $w API to react to user actions and change page content. Create callouts and highlights using hide, show, and timers.

Thank you for your reply.
I was wondering what you suggest.
For my map image to add 1 image or to be each state one separate image?
I added the image and connected to the database,but i imagine that i will need to call each state in order to show the value from the database.
If I have 1 jpg can i somehow set each part of thr image to show different data?