Closed juliohm closed 7 years ago
Asking it differently: Where I can find the default callback for the mouse hover event? I want to reproduce the existing code and do something extra afterwards like showing the reduced set of arcs leaving the current bubble.
I appreciate any help on this, I just need to know what is the function that is being called by default to present a div element, I am done with my visualization otherwise. Planning to publish it soon I get this working.
I have a map with bubbles and an array of arcs as specified in the docs. My problem is that there are too many arcs in my dataset and showing all of them at once makes the visualization very slow and busy.
Assuming that I am following the docs strictly, how could I only show the arcs leaving a bubble upon hovering with the mouse? If I try to modify the
mouseover
event manually, I loose the automatic popup from datamaps that is already working very nicely.