Creating a picture-tap based app in meteor?

Suppose In an App there is a pic of a hand which shows five fingers. If anybody tap on any one of the finger then suddenly a pop up will come and some data will be send to the server.

Is this possible with meteor especially the tap feature on a picture(not a button) and then a popup?

Update: I figured out that it is possible through d3.js but still how to connect those fingers to dots of d3. Is there a possibility of such app in meteor? Is there any example?